FreeRTOS
Data Fields
MQTTBufferPoolInterface Struct Reference

Represents a subscription entry in the subscription manager. More...

#include <aws_mqtt_lib.h>

Data Fields

MQTTGetFreeBuffer_t pxGetBufferFxn
 
MQTTReturnBuffer_t pxReturnBufferFxn
 

Detailed Description

Represents a subscription entry in the subscription manager.

The subscription manager used to keep track of user subscriptions and topic specific callbacks. The buffer pool interface supplied by the user.

The library uses this interface to get a buffer from the pool of free buffers and return it back to the pool whenever done.

Definition at line 450 of file aws_mqtt_lib.h.

Field Documentation

◆ pxGetBufferFxn

MQTTGetFreeBuffer_t pxGetBufferFxn

The function to get a free buffer.

See also
MQTTGetFreeBuffer_t.

Definition at line 452 of file aws_mqtt_lib.h.

◆ pxReturnBufferFxn

MQTTReturnBuffer_t pxReturnBufferFxn

The function to return the buffer.

See also
MQTTReturnBuffer_t.

Definition at line 453 of file aws_mqtt_lib.h.


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