Struct to hold deserialized packet information for an MQTTEventCallback_t callback. More...
#include <core_mqtt.h>
Data Fields | |
uint16_t | packetIdentifier |
Packet ID of deserialized packet. | |
MQTTPublishInfo_t * | pPublishInfo |
Pointer to deserialized publish info. | |
MQTTStatus_t | deserializationResult |
Return code of deserialization. | |
Struct to hold deserialized packet information for an MQTTEventCallback_t callback.