Configuration structure to be passed to the cc_mqtt5_client_connect_config_basic().
More...
#include "common.h"
|
bool | m_cleanStart |
| Clean start flag, defaults to false.
|
|
const char * | m_clientId |
| Zero terminated Client ID string, can be NULL. When NULL means empty "Client ID". Defaults to NULL.
|
|
unsigned | m_keepAlive |
| Keep alive seconds configuration, defaults to 60.
|
|
const unsigned char * | m_password |
| Pointer to password buffer, can be NULL, defaults to NULL.
|
|
unsigned | m_passwordLen |
| Number of password bytes. When 0 means no password value. Defaults to 0.
|
|
const char * | m_username |
| Zero terminated Username string, can be NULL. When NULL means no username value. Defaults to NULL.
|
|
The documentation for this struct was generated from the following file: