Return to mqtt.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1.2.1, 2011/12/08 14:52:47 | version 1.1.2.3, 2011/12/13 08:43:51 |
---|---|
Line 2 | Line 2 |
#define __MQTT_H | #define __MQTT_H |
struct tagArgs { | |
io_sockaddr_t addr; | |
char Dup; | |
char Retain; | |
char QoS; | |
char isFile; | |
ait_val_t Value; | |
ait_val_t Publish; | |
array_t *Subscribes; | |
void (*free)(struct tagArgs*); | |
}; | |
extern struct tagArgs *args; | |
#endif | #endif |