MQTT C Client Libraries Internals
Data Fields
MQTTAsync_createOptions Struct Reference

Data Fields

char struct_id [4]
 The eyecatcher for this structure. More...
 
int struct_version
 The version number of this structure. More...
 
int sendWhileDisconnected
 Whether to allow messages to be sent when the client library is not connected. More...
 
int maxBufferedMessages
 the maximum number of messages allowed to be buffered while not connected. More...
 

Field Documentation

§ maxBufferedMessages

int MQTTAsync_createOptions::maxBufferedMessages

the maximum number of messages allowed to be buffered while not connected.

§ sendWhileDisconnected

int MQTTAsync_createOptions::sendWhileDisconnected

Whether to allow messages to be sent when the client library is not connected.

§ struct_id

char MQTTAsync_createOptions::struct_id[4]

The eyecatcher for this structure.

must be MQCO.

§ struct_version

int MQTTAsync_createOptions::struct_version

The version number of this structure.

Must be 0


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