MQTT client library
cy_mqtt_subscribe_info_t Struct Reference

Description

MQTT subscribe information structure.

Data Fields

cy_mqtt_qos_t qos
 Requested quality of Service for the subscription.
 
const char * topic
 Topic filter to subscribe to.
 
uint16_t topic_len
 Length of subscription topic filter.
 
cy_mqtt_qos_t allocated_qos
 QoS allocated by the broker for the subscription. More...
 

Field Documentation

◆ allocated_qos

cy_mqtt_qos_t cy_mqtt_subscribe_info_t::allocated_qos

QoS allocated by the broker for the subscription.

CY_MQTT_QOS_INVALID indicates subscription failure.