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