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
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