|
CommsChampion Ecosystem MQTT v5 Client
MQTT v5 Client Library.
|
Response information from broker to "publish" request. More...
#include "common.h"
Public Attributes | |
| CC_Mqtt5ReasonCode | m_reasonCode |
| "Reason Code" of the operation | |
| const char * | m_reasonStr |
| "Reason String" property, can be NULL. | |
| const CC_Mqtt5UserProp * | m_userProps |
| Pointer to array of "User Properties", can be NULL. | |
| unsigned | m_userPropsCount |
| Number of elements in "User Properties" array. | |
Response information from broker to "publish" request.