Return to mqtt.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.2, 2012/01/27 15:05:38 | version 1.2.2.2, 2012/04/27 10:07:50 |
---|---|
Line 2 | Line 2 |
#define __MQTT_H | #define __MQTT_H |
#define API_CLIENT_SIDE | |
#include <mqttapi.h> | |
struct tagArgs { | struct tagArgs { |
io_sockaddr_t addr; | io_sockaddr_t addr; |
u_short ka; | u_short ka; |
Line 30 struct tagArgs { | Line 34 struct tagArgs { |
ait_val_t Publish; | ait_val_t Publish; |
array_t *Subscribes; | mqtt_subscr_t *subscr; |
void (*free)(struct tagArgs*); | void (*free)(struct tagArgs*); |
}; | }; |