1.2.3.10 SYS_MQTT_SubscribeConfig Struct

C

typedef struct
{
    uint8_t entryValid;
    
    //Qos (0/ 1/ 2)
    uint8_t qos;
    
    //Name of the Topic Subscribing to
    char topicName[SYS_MQTT_TOPIC_NAME_MAX_LEN];
} SYS_MQTT_SubscribeConfig;

Summary

Used for passing on the configuration related to the MQTT Subtopics the user wants to subscribe to.

Remarks

This Configuration is passed via the SYS_MQTT_Connect() function or the SYS_MQTT_CtrlMsg() function