#include <MQTTAsync.h>
Public Attributes | |
| struct { | |
| const void * data | |
| int len | |
| } | binarypwd |
| char | struct_id [4] |
| int | struct_version |
| const char * | username |
The connect options that can be updated before an automatic reconnect.
Definition at line 450 of file MQTTAsync.h.
| struct { ... } MQTTAsync_connectData::binarypwd |
Optional binary password. Only checked and used if the password option is NULL
| const void* MQTTAsync_connectData::data |
binary password data
Definition at line 467 of file MQTTAsync.h.
| int MQTTAsync_connectData::len |
binary password length
Definition at line 466 of file MQTTAsync.h.
| char MQTTAsync_connectData::struct_id[4] |
The eyecatcher for this structure. Will be MQCD.
Definition at line 453 of file MQTTAsync.h.
| int MQTTAsync_connectData::struct_version |
The version number of this structure. Will be 0
Definition at line 455 of file MQTTAsync.h.
| const char* MQTTAsync_connectData::username |
MQTT servers that support the MQTT v3.1 protocol provide authentication and authorisation by user name and password. This is the user name parameter.
Definition at line 461 of file MQTTAsync.h.