FreeRTOS
|
Parameters passed to the MQTT_AGENT_Unsubscribe API. More...
#include <aws_mqtt_agent.h>
Data Fields | |
const uint8_t * | pucTopic |
uint16_t | usTopicLength |
Parameters passed to the MQTT_AGENT_Unsubscribe API.
Definition at line 171 of file aws_mqtt_agent.h.
const uint8_t* pucTopic |
The topic to unsubscribe from.
Definition at line 173 of file aws_mqtt_agent.h.
uint16_t usTopicLength |
The length of the topic.
Definition at line 174 of file aws_mqtt_agent.h.