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 | |
int(* Network::mqttread) (struct Network *, unsigned char *, int, int) |
read internal function
Definition at line 109 of file paho_mqtt.h.
int(* Network::mqttwrite) (struct Network *, unsigned char *, int, int) |
write internal function
Definition at line 113 of file paho_mqtt.h.
sock_tcp_t Network::sock |
socket number
Definition at line 105 of file paho_mqtt.h.