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