Skip to main content

esp_mqtt_topic_t

Type Alias esp_mqtt_topic_t 

Source
pub type esp_mqtt_topic_t = topic_t;
Expand description

Topic definition struct

Aliased Type§

#[repr(C)]
pub struct esp_mqtt_topic_t { pub filter: *const u8, pub qos: i32, }

Fields§

§filter: *const u8

< Topic filter to subscribe

§qos: i32

< Max QoS level of the subscription