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