struct Matter::Cluster::OperationalCredentialsCluster::FabricDescriptorStruct

Overview

Fabric Descriptor Struct

Defined in:

matter/cluster/operational_credentials_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

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]