Return to mqttd_calls.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1.2.1, 2012/01/25 10:34:14 | version 1.2.2.1, 2012/01/30 08:29:55 |
---|---|
Line 2 | Line 2 |
#define __MQTTD_CALLS_H | #define __MQTTD_CALLS_H |
int Publish(struct tagSession *); | int cmdPUBLISH(void*, void *); |
int cmdPUBREL(void*, void *); | |
int cmdSUBSCRIBE(void*, void *); | |
int cmdUNSUBSCRIBE(void*, void *); | |
int cmdPINGREQ(void*, void *); | |
int cmdCONNECT(void*, void *); | |
int cmdDISCONNECT(void*, void *); | |
#endif | #endif |