MQTT incoming packet parameters.
More...
#include <core_mqtt_serializer.h>
|
|
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.
|
| |
|
size_t | headerLength |
| | The length of the MQTT header including the type and length.
|
| |
MQTT incoming packet parameters.
The documentation for this struct was generated from the following file: