|
AWS IoT Device SDK C:
MQTT
MQTT 3.1.1 client library
|
| Return to main page ↑ |
MQTT client unsubscribe API definitions. More...
#include "aws_iot_mqtt_client_common_internal.h"Functions | |
| IoT_Error_t | aws_iot_mqtt_unsubscribe (AWS_IoT_Client *pClient, const char *pTopicFilter, uint16_t topicFilterLen) |
| Unsubscribe to an MQTT topic. More... | |
MQTT client unsubscribe API definitions.
| IoT_Error_t aws_iot_mqtt_unsubscribe | ( | AWS_IoT_Client * | pClient, |
| const char * | pTopicFilter, | ||
| uint16_t | topicFilterLen | ||
| ) |
Unsubscribe to an MQTT topic.
Called to send an unsubscribe message to the broker requesting removal of a subscription to an MQTT topic.
| pClient | Reference to the IoT Client |
| pTopicFilter | Topic filter of subscription |
| topicFilterLen | Length of the topic filter |