FreeRTOS
|
MQTT Unsubscribe Parameters. More...
#include <aws_mqtt_lib.h>
Data Fields | |
const uint8_t * | pucTopic |
uint16_t | usTopicLength |
uint16_t | usPacketIdentifier |
uint32_t | ulTimeoutTicks |
MQTT Unsubscribe Parameters.
Parameters passed to the MQTT_Unsubscribe API.
Definition at line 556 of file aws_mqtt_lib.h.
const uint8_t* pucTopic |
The topic to unsubscribe from.
Definition at line 558 of file aws_mqtt_lib.h.
uint32_t ulTimeoutTicks |
The time interval in ticks after which the operation should fail.
Definition at line 561 of file aws_mqtt_lib.h.
uint16_t usPacketIdentifier |
The same identifier is returned in the callback when corresponding UNSUBACK is received or the operation times out.
Definition at line 560 of file aws_mqtt_lib.h.
uint16_t usTopicLength |
The length of the topic.
Definition at line 559 of file aws_mqtt_lib.h.