|
|
| version 1.2.2.1, 2012/04/25 16:36:25 | version 1.2.2.5, 2012/07/02 12:52:18 |
|---|---|
| Line 3 | Line 3 |
| #define API_CLIENT_SIDE | #define API_CLIENT_SIDE |
| #include <aitmqtt.h> | |
| #include <mqttapi.h> | #include <mqttapi.h> |
| struct tagArgs { | struct tagArgs { |
| mqtt_cli_t *cli; | |
| io_sockaddr_t addr; | io_sockaddr_t addr; |
| u_short ka; | u_short ka; |
| mqtt_msg_t *msg; | mqtt_msg_t *msg; |
| Line 20 struct tagArgs { | Line 22 struct tagArgs { |
| ait_val_t Msg; | ait_val_t Msg; |
| } Will; | } Will; |
| u_short MsgID; | |
| u_char Dup; | u_char Dup; |
| u_char Retain; | u_char Retain; |
| u_char QoS; | u_char QoS; |
| Line 34 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*); |
| }; | }; |