coreMQTT v5.0.0
MQTT 5.0 Client Library
 
Loading...
Searching...
No Matches
MQTTPropBuilder_t Struct Reference

Property builder for MQTT packets. More...

#include <core_mqtt_serializer.h>

Data Fields

uint8_t * pBuffer
 Pointer to the buffer for storing properties.
 
size_t bufferLength
 Total length of the buffer available for properties.
 
size_t currentIndex
 Current position in the buffer where next property will be written.
 
uint32_t fieldSet
 Bitfield tracking which properties have been added.
 

Detailed Description

Property builder for MQTT packets.


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