Type Alias esp_idf_sys::esp_mqtt_topic_t

source ·
pub type esp_mqtt_topic_t = topic_t;
Expand description

Topic definition struct

Aliased Type§

struct esp_mqtt_topic_t {
    pub filter: *const i8,
    pub qos: i32,
}

Fields§

§filter: *const i8

< Topic filter to subscribe

§qos: i32

< Max QoS level of the subscription