struct Matter::Cluster::OperationalCredentialsCluster::UpdateNOCCommand

Overview

UpdateNOC command (0x07)

Defined in:

matter/cluster/operational_credentials_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(noc_value : Bytes, icac_value : Bytes | Nil) #

[View source]

Instance Method Detail

def icac_value : Bytes | Nil #

[View source]
def icac_value=(icac_value : Bytes | Nil) #

[View source]
def noc_value : Bytes #

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

[View source]