struct Matter::Cluster::OperationalCredentialsCluster::CSRRequestCommand

Overview

CSRRequest command (0x04)

Defined in:

matter/cluster/operational_credentials_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(csr_nonce : Bytes, is_for_update_noc : Bool | Nil = false) #

[View source]

Instance Method Detail

def csr_nonce : Bytes #

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

[View source]
def is_for_update_noc : Bool | Nil #

[View source]
def is_for_update_noc=(is_for_update_noc : Bool | Nil) #

[View source]