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