Skip to main content

decode_binding

Function decode_binding 

Source
pub fn decode_binding(tlv: &[u8]) -> Result<Vec<TargetStruct>, ClusterError>
Expand description

Decode the Binding attribute value.

ยงErrors

Returns ClusterError on a type mismatch or out-of-range value.