FreeRTOS
Data Fields
MQTTAgentUnsubscribeParams Struct Reference

Parameters passed to the MQTT_AGENT_Unsubscribe API. More...

#include <aws_mqtt_agent.h>

Data Fields

const uint8_t * pucTopic
 
uint16_t usTopicLength
 

Detailed Description

Parameters passed to the MQTT_AGENT_Unsubscribe API.

Definition at line 171 of file aws_mqtt_agent.h.

Field Documentation

◆ pucTopic

const uint8_t* pucTopic

The topic to unsubscribe from.

Definition at line 173 of file aws_mqtt_agent.h.

◆ usTopicLength

uint16_t usTopicLength

The length of the topic.

Definition at line 174 of file aws_mqtt_agent.h.


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