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