version 1.1.2.1, 2012/01/25 10:34:14
|
version 1.2.2.4, 2012/07/03 07:48:49
|
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 *); |
| |
| int pubWill(struct tagSession * __restrict); |
| |
| void *sendRetain(sched_task_t *); |
|
|
|
|
#endif |
#endif |