struct

Matter::Cluster::OperationalCredentialsCluster::FabricDescriptorStruct

Inherits Struct < Value < Object

Fabric Descriptor Struct

Constructors

new(root_public_key : Bytes, vendor_id : UInt16, fabric_id : UInt64, node_id : UInt64, label : String, fabric_index : UInt8)
Source

Instance methods

fabric_id
Source
fabric_id=(fabric_id : UInt64)
Source
fabric_index
Source
fabric_index=(fabric_index : UInt8)
Source
label
Source
label=(label : String)
Source
node_id
Source
node_id=(node_id : UInt64)
Source
root_public_key
Source
root_public_key=(root_public_key : Bytes)
Source
vendor_id
Source
vendor_id=(vendor_id : UInt16)
Source