FreeRTOS
|
Represents a subscription entry in the subscription manager. More...
#include <aws_mqtt_lib.h>
Data Fields | |
MQTTGetFreeBuffer_t | pxGetBufferFxn |
MQTTReturnBuffer_t | pxReturnBufferFxn |
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.
MQTTGetFreeBuffer_t pxGetBufferFxn |
The function to get a free buffer.
Definition at line 452 of file aws_mqtt_lib.h.
MQTTReturnBuffer_t pxReturnBufferFxn |
The function to return the buffer.
Definition at line 453 of file aws_mqtt_lib.h.