Loading...
Searching...
No Matches
Network Struct Reference

Network struct within mqtt paho. More...

Detailed Description

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
 

Field Documentation

◆ mqttread

int(* Network::mqttread) (struct Network *, unsigned char *, int, int)

read internal function

Definition at line 109 of file paho_mqtt.h.

◆ mqttwrite

int(* Network::mqttwrite) (struct Network *, unsigned char *, int, int)

write internal function

Definition at line 113 of file paho_mqtt.h.

◆ sock

sock_tcp_t Network::sock

socket number

Definition at line 105 of file paho_mqtt.h.


The documentation for this struct was generated from the following file: