Skip to main content

decode_unique_id

Function decode_unique_id 

Source
pub fn decode_unique_id(tlv: &[u8]) -> Result<String, ClusterError>
Expand description

Decode the UniqueId attribute value.

ยงErrors

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