Network struct within mqtt paho. More...
Network struct within mqtt paho.
Definition at line 104 of file paho_mqtt.h.
#include <paho_mqtt.h>
Data Fields | |
| sock_tcp_t | sock | 
| socket number  | |
| int(* | mqttread )(struct Network *, unsigned char *, int, int) | 
| read internal function  | |
| int(* | mqttwrite )(struct Network *, unsigned char *, int, int) | 
| write internal function  | |