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)
SourceInstance methods
fabric_id
Sourcefabric_id=(fabric_id : UInt64)
Sourcefabric_index
Sourcefabric_index=(fabric_index : UInt8)
Sourcelabel
Sourcelabel=(label : String)
Sourcenode_id
Sourcenode_id=(node_id : UInt64)
Sourceroot_public_key
Sourceroot_public_key=(root_public_key : Bytes)
Sourcevendor_id
Sourcevendor_id=(vendor_id : UInt16)
Source