CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
|
Response information from broker to "unsubscribe" request. More...
#include "common.h"
Public Attributes | |
const CC_Mqtt5ReasonCode * | m_reasonCodes |
Pointer to array contianing per-topic unsubscription reason codes. | |
unsigned | m_reasonCodesCount |
Amount of reason codes in the array. | |
const char * | m_reasonStr |
"Reason String" property, can be 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. | |
Response information from broker to "unsubscribe" request.