coreMQTT v2.0.0
MQTT 3.1.1 Client Library
MQTTDeserializedInfo_t Struct Reference

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_tpPublishInfo
 Pointer to deserialized publish info.
 
MQTTStatus_t deserializationResult
 Return code of deserialization.
 

Detailed Description

Struct to hold deserialized packet information for an MQTTEventCallback_t callback.


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