struct Matter::FabricDescriptor

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

Constructors

Instance Method Summary

Constructor Detail

def self.from_fabric(fabric : Fabric) : FabricDescriptor #

Create from a Fabric


[View source]
def self.new(root_public_key : Bytes, vendor_id : UInt16, fabric_id : UInt64, node_id : UInt64, label : String, fabric_index : UInt8) #

[View source]

Instance Method Detail

def fabric_id : UInt64 #

[View source]
def fabric_id=(fabric_id : UInt64) #

[View source]
def fabric_index : UInt8 #

[View source]
def fabric_index=(fabric_index : UInt8) #

[View source]
def label : String #

[View source]
def label=(label : String) #

[View source]
def node_id : UInt64 #

[View source]
def node_id=(node_id : UInt64) #

[View source]
def root_public_key : Bytes #

[View source]
def root_public_key=(root_public_key : Bytes) #

[View source]
def vendor_id : UInt16 #

[View source]
def vendor_id=(vendor_id : UInt16) #

[View source]