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

Response information from broker to "unsubscribe" request. More...

#include "common.h"

Public Attributes

const CC_Mqtt5ReasonCodem_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_Mqtt5UserPropm_userProps
 Pointer to "User Properties" array, can be NULL.
 
unsigned m_userPropsCount
 Amount of elements in the "User Properties" array.
 

Detailed Description

Response information from broker to "unsubscribe" request.


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