coreMQTT v2.0.0
MQTT 3.1.1 Client Library
MQTTFixedBuffer_t Struct Reference

Buffer passed to MQTT library. More...

#include <core_mqtt_serializer.h>

Data Fields

uint8_t * pBuffer
 Pointer to buffer.
 
size_t size
 Size of buffer.
 

Detailed Description

Buffer passed to MQTT library.

These buffers are not copied and must remain in scope for the duration of the MQTT operation.


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