File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / mqttd_calls.h
Revision 1.2.2.3: download - view: text, annotated - select for diffs - revision graph
Mon Jul 2 12:52:18 2012 UTC (12 years ago) by misho
Branches: mqtt1_1
finish mqtt_subs client application

finish will messaging into mqttd

    1: #ifndef __MQTTD_CALLS_H
    2: #define __MQTTD_CALLS_H
    3: 
    4: 
    5: int cmdPUBLISH(void*, int, void *);
    6: int cmdPUBREL(void*, int, void *);
    7: int cmdSUBSCRIBE(void*, int, void *);
    8: int cmdUNSUBSCRIBE(void*, int, void *);
    9: int cmdPINGREQ(void*, int, void *);
   10: int cmdCONNECT(void*, int, void *);
   11: int cmdDISCONNECT(void*, int, void *);
   12: 
   13: int pubWill(struct tagSession * __restrict);
   14: 
   15: 
   16: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>