FreeRTOS
Data Fields
MQTTUnsubscribeParams Struct Reference

MQTT Unsubscribe Parameters. More...

#include <aws_mqtt_lib.h>

Data Fields

const uint8_t * pucTopic
 
uint16_t usTopicLength
 
uint16_t usPacketIdentifier
 
uint32_t ulTimeoutTicks
 

Detailed Description

MQTT Unsubscribe Parameters.

Parameters passed to the MQTT_Unsubscribe API.

Definition at line 556 of file aws_mqtt_lib.h.

Field Documentation

◆ pucTopic

const uint8_t* pucTopic

The topic to unsubscribe from.

Definition at line 558 of file aws_mqtt_lib.h.

◆ ulTimeoutTicks

uint32_t ulTimeoutTicks

The time interval in ticks after which the operation should fail.

Definition at line 561 of file aws_mqtt_lib.h.

◆ usPacketIdentifier

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.

◆ usTopicLength

uint16_t usTopicLength

The length of the topic.

Definition at line 559 of file aws_mqtt_lib.h.


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