struct

Matter::Cluster::GeneralCommissioningCluster::SetRegulatoryConfigRequest

Inherits TLV::Serializable < Struct < Value < Object

SetRegulatoryConfig command request

Constructors

new(new_regulatory_config : RegulatoryLocationType, country_code : String, breadcrumb : UInt64)
Source
new(any : TLV::Any)
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

country_code
Source
country_code=(country_code : String)
Source
new_regulatory_config
Source
new_regulatory_config=(new_regulatory_config : RegulatoryLocationType)
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