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