CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
|
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. | |
Authentication Configuration.