FreeRTOS
Data Fields
MQTTAgentSubscribeParams Struct Reference

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
 

Detailed Description

Parameters passed to the MQTT_AGENT_Subscribe API.

Definition at line 154 of file aws_mqtt_agent.h.

Field Documentation

◆ pucTopic

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.

◆ usTopicLength

uint16_t usTopicLength

The length of the topic.

Definition at line 157 of file aws_mqtt_agent.h.

◆ xQoS

MQTTQoS_t xQoS

Requested Quality of Service.

Definition at line 158 of file aws_mqtt_agent.h.


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