struct
Matter::Cluster::OperationalCredentialsCluster::FabricDescriptorStruct
Overview
Fabric Descriptor Struct
Defined in:
matter/cluster/operational_credentials_cluster.crConstructors
Instance Method Summary
- #fabric_id : UInt64
- #fabric_id=(fabric_id : UInt64)
- #fabric_index : UInt8
- #fabric_index=(fabric_index : UInt8)
- #label : String
- #label=(label : String)
- #node_id : UInt64
- #node_id=(node_id : UInt64)
- #root_public_key : Bytes
- #root_public_key=(root_public_key : Bytes)
- #vendor_id : UInt16
- #vendor_id=(vendor_id : UInt16)
Constructor Detail
def self.new(root_public_key : Bytes, vendor_id : UInt16, fabric_id : UInt64, node_id : UInt64, label : String, fabric_index : UInt8)
#