|
CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
|
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_Mqtt5UserProp * | m_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. | |
Authentication handshake information.