FreeRTOS
|
Parameters passed to the MQTT_AGENT_Subscribe API. More...
#include <aws_mqtt_agent.h>
Data Fields | |
const uint8_t * | pucTopic |
uint16_t | usTopicLength |
MQTTQoS_t | xQoS |
Parameters passed to the MQTT_AGENT_Subscribe API.
Definition at line 154 of file aws_mqtt_agent.h.
const uint8_t* pucTopic |
The topic to subscribe to. This can be a topic filter containing wild cards as permitted by the MQTT protocol.
Definition at line 156 of file aws_mqtt_agent.h.
uint16_t usTopicLength |
The length of the topic.
Definition at line 157 of file aws_mqtt_agent.h.
MQTTQoS_t xQoS |
Requested Quality of Service.
Definition at line 158 of file aws_mqtt_agent.h.