MQTT C Client Libraries Internals
Data Fields
Clients Struct Reference

Data related to one client. More...

#include <Clients.h>

Collaboration diagram for Clients:
Collaboration graph
[legend]

Data Fields

char * clientID
 the string id of the client
 
const char * username
 MQTT v3.1 user name.
 
int passwordlen
 MQTT password length.
 
const void * password
 MQTT v3.1 binary password.
 
unsigned int cleansession: 1
 MQTT clean session flag.
 
unsigned int connected: 1
 whether it is currently connected
 
unsigned int good: 1
 if we have an error on the socket we turn this off
 
unsigned int ping_outstanding: 1
 
int connect_state: 4
 
networkHandles net
 
int msgID
 
int keepAliveInterval
 
int retryInterval
 
int maxInflightMessages
 
willMessageswill
 
ListinboundMsgs
 
ListoutboundMsgs
 in flight
 
ListmessageQueue
 
unsigned int qentry_seqno
 
void * phandle
 
MQTTClient_persistencepersistence
 
void * context
 
int MQTTVersion
 

Detailed Description

Data related to one client.


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