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