AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
Return to main page ↑ |
MQTT packet details. More...
#include <iot_mqtt_types.h>
Data Fields | |
uint8_t * | pRemainingData |
(Input) The remaining data in MQTT packet. | |
size_t | remainingLength |
(Input) Length of the remaining data in the MQTT packet. | |
uint16_t | packetIdentifier |
(Output) MQTT packet identifier. | |
uint8_t | type |
(Input) A value identifying the packet type. | |
IotMqttPublishInfo_t | pubInfo |
(Output) Publish info in case of deserializing PUBLISH. | |
MQTT packet details.
Parameter for: IotMqtt_DeserializeResponse IotMqtt_DeserializePublish
Passed as an argument to public low level mqtt deserialize functions.
All instances of IotMqttPacketInfo_t should be initialized with IOT_MQTT_PACKET_INFO_INITIALIZER.