#include <MQTTAsync.h>
Data Fields | |
char | struct_id [4] |
int | struct_version |
int | sendWhileDisconnected |
int | maxBufferedMessages |
char struct_id[4] |
The eyecatcher for this structure. must be MQCO.
int struct_version |
The version number of this structure. Must be 0
Whether to allow messages to be sent when the client library is not connected.
the maximum number of messages allowed to be buffered while not connected.