Return to aitmqtt.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1.1.1.2.21, 2011/11/22 15:25:19 | version 1.1.1.1.2.22, 2011/11/28 10:17:12 |
---|---|
Line 95 typedef union { | Line 95 typedef union { |
} mqtt_v_t; | } mqtt_v_t; |
typedef struct { | typedef struct { |
mqtt_v_t sub_sb; | unsigned char sub_ret; |
char *sub_data; | struct __sbuf sub_topic; |
unsigned char sub_qos; | struct __sbuf sub_value; |
} mqtt_subscr_t; | } mqtt_subscr_t; |
typedef struct { | typedef struct { |