pub fn decode_max_rfid_code_length(tlv: &[u8]) -> Result<u8, ClusterError>Expand description
Decode the MaxRfidCodeLength attribute value.
ยงErrors
Returns ClusterError on a type mismatch or out-of-range value.
pub fn decode_max_rfid_code_length(tlv: &[u8]) -> Result<u8, ClusterError>Decode the MaxRfidCodeLength attribute value.
Returns ClusterError on a type mismatch or out-of-range value.