struct
Matter::FabricDescriptor
- Matter::FabricDescriptor
- Struct
- Value
- Object
Overview
FabricDescriptor is the structure returned by the Fabrics attribute in the Operational Credentials cluster
Specification: Matter 1.4 ยง 11.17.4.5
Defined in:
matter/fabric.crConstructors
-
.from_fabric(fabric : Fabric) : FabricDescriptor
Create from a Fabric
- .new(root_public_key : Bytes, vendor_id : UInt16, fabric_id : UInt64, node_id : UInt64, label : String, fabric_index : UInt8)
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)
#