struct

Matter::FabricDescriptor

Inherits Struct < Value < Object

FabricDescriptor is the structure returned by the Fabrics attribute in the Operational Credentials cluster

Specification: Matter 1.4 ยง 11.17.4.5

Constructors

from_fabric(fabric : Fabric) : FabricDescriptor

Create from a Fabric

Source
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