CommsChampion Ecosystem MQTT v3.1.1 Client
MQTT v3.1.1 Client Library.
Public Attributes | List of all members
CC_Mqtt311ConnectConfig Struct Reference

Configuration structure to be passed to the cc_mqtt311_client_connect_config(). More...

#include "common.h"

Public Attributes

bool m_cleanSession
 Clean session 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.
 

Detailed Description

Configuration structure to be passed to the cc_mqtt311_client_connect_config().

See also
cc_mqtt311_client_connect_init_config()

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