Paho Asynchronous MQTT C Client Library
Data Fields
MQTTAsync_createOptions Struct Reference

#include <MQTTAsync.h>

Data Fields

char struct_id [4]
 
int struct_version
 
int sendWhileDisconnected
 
int maxBufferedMessages
 

Field Documentation

◆ struct_id

char struct_id[4]

The eyecatcher for this structure. must be MQCO.

◆ struct_version

int struct_version

The version number of this structure. Must be 0

◆ sendWhileDisconnected

int sendWhileDisconnected

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

◆ maxBufferedMessages

int maxBufferedMessages

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


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