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