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