CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
Public Attributes | List of all members
CC_Mqtt5AuthConfig Struct Reference

Authentication Configuration. More...

#include "common.h"

Public Attributes

CC_Mqtt5AuthCb m_authCb
 Callback to be invoked during the authentication handshake.
 
void * m_authCbData
 Pointer to user data object, passed as first parameter to the "m_authCb" callback.
 
const unsigned char * m_authData
 Pointer to the authentication data buffer, can be NULL.
 
unsigned m_authDataLen
 Amount of bytes in the authentication data buffer.
 
const char * m_authMethod
 Authentication method string, must NOT be NULL.
 

Detailed Description

Authentication Configuration.

See also
cc_mqtt5_client_connect_init_config_auth()

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