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

Authentication handshake information. More...

#include "common.h"

Public Attributes

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, defaults to 0, not added when 0.
 
const char * m_reasonStr
 "Reason String" property, defaults to NULL, not added when NULL.
 
const CC_Mqtt5UserPropm_userProps
 Pointer to "User Properties" array, can be NULL.
 
unsigned m_userPropsCount
 Amount of elements in the "User Properties" array, defaults to 0, not added when 0.
 

Detailed Description

Authentication handshake information.

See also
cc_mqtt5_client_connect_init_auth_info()

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