Return to rtlm.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1.2.4, 2011/11/24 00:08:55 | version 1.1.2.5, 2011/11/24 01:13:25 |
---|---|
Line 14 struct tagCallbacks { | Line 14 struct tagCallbacks { |
/* mqtt_acc.so */ | /* mqtt_acc.so */ |
void *(*OpenACC)(sl_config *); | void *(*OpenACC)(sl_config *); |
void (*CloseACC)(void *); | void (*CloseACC)(void *); |
int (*LoginACC)(sl_config *, void *, const char*, const char*, ...); | |
/* mqtt_pub.so */ | /* mqtt_pub.so */ |
void *(*OpenPUB)(sl_config *); | void *(*OpenPUB)(sl_config *); |