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