Constant MAX_DATA_LEN
pub const MAX_DATA_LEN: usize = 65_535;Expand description
Maximum byte length of an MQTT UTF-8 Encoded String or Binary Data field (limited by the 2-byte length prefix).
pub const MAX_DATA_LEN: usize = 65_535;Maximum byte length of an MQTT UTF-8 Encoded String or Binary Data field (limited by the 2-byte length prefix).