struct

Matter::Cluster::Definitions::OperationalCredentials::CsrRequest

Inherits TLV::Serializable < Struct < Value < Object

Input to the OperationalCredentials csrRequest command

Constructors

new(any : TLV::Any)
Source
new(csr_nonce : Slice(UInt8), is_for_update_noc : Bool | Nil = nil)
Source

Class methods

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Source
from_slice(bytes : Bytes)
Source
from_tlv(any : TLV::Any)
Source
from_tlv(data : Bytes)
Source

Instance methods

csr_nonce
Source
csr_nonce=(csr_nonce : Slice(UInt8))
Source
is_for_update_noc
Source
is_for_update_noc=(is_for_update_noc : Bool | Nil)
Source
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Source
to_slice
Source
to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source