|
CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
|
Response information from broker to "connect" request. More...
#include "common.h"
Public Attributes | |
| const char * | m_assignedClientId |
| "Assigned Client Identifier" property, NULL if not reported | |
| const unsigned char * | m_authData |
| Final "Authentication Data" property buffer, NULL if not reported. | |
| unsigned | m_authDataLen |
| Amount of bytes in the "Authentication Data" property buffer. | |
| unsigned | m_highQosSendLimit |
| "Receive Maximum" property. | |
| unsigned | m_maxPacketSize |
| "Maximum Packet Size" property, 0 if not reported. | |
| CC_Mqtt5QoS | m_maxQos |
| "Maximum QoS" property, | |
| CC_Mqtt5ReasonCode | m_reasonCode |
| "Reason Code" reported by the broker | |
| const char * | m_reasonStr |
| "Reason String" property, NULL if not reported | |
| const char * | m_responseInfo |
| "Response Information" property, NULL if not reported | |
| bool | m_retainAvailable |
| "Retain Available" indication. | |
| const char * | m_serverRef |
| "Server Reference" property, NULL if not reported | |
| unsigned | m_sessionExpiryInterval |
| "Session Expiry Interval" property, 0 if not reported. | |
| bool | m_sessionPresent |
| "Session Present" indication. | |
| bool | m_sharedSubsAvailable |
| "Shared Subscription Available" indication. | |
| bool | m_subIdsAvailable |
| "Subscription Identifiers Available" indication. | |
| unsigned | m_topicAliasMax |
| "Topic Alias Maximum" property, 0 if not reported. | |
| const CC_Mqtt5UserProp * | m_userProps |
| Pointer to array containing "User Properties", NULL if none. | |
| unsigned | m_userPropsCount |
| Amount of "User Properties" in the array. | |
| bool | m_wildcardSubAvailable |
| "Wildcard Subscription Available" indication. | |
Response information from broker to "connect" request.