|
|
| version 1.2, 2012/01/27 15:05:38 | version 1.2.2.2, 2012/05/05 13:39:27 |
|---|---|
| Line 2 | Line 2 |
| #define __MQTTD_CALLS_H | #define __MQTTD_CALLS_H |
| int Publish(struct tagSession *); | int cmdPUBLISH(void*, int, void *); |
| int cmdPUBREL(void*, int, void *); | |
| int cmdSUBSCRIBE(void*, int, void *); | |
| int cmdUNSUBSCRIBE(void*, int, void *); | |
| int cmdPINGREQ(void*, int, void *); | |
| int cmdCONNECT(void*, int, void *); | |
| int cmdDISCONNECT(void*, int, void *); | |
| #endif | #endif |