coreMQTT  v1.0.0
MQTT 3.1.1 Client Library
MQTTPacketInfo_t Struct Reference

MQTT incoming packet parameters. More...

#include <core_mqtt_serializer.h>

Data Fields

uint8_t type
 Type of incoming MQTT packet.
 
uint8_t * pRemainingData
 Remaining serialized data in the MQTT packet.
 
size_t remainingLength
 Length of remaining serialized data.
 

Detailed Description

MQTT incoming packet parameters.


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