Matter::Cluster::Definitions::GeneralCommissioning::SetRegularConfigurationRequest
Inherits TLV::Serializable < Struct < Value < Object
Input to the GeneralCommissioning setRegulatoryConfig command
Constructors
new(any : TLV::Any)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
breadcrumb
Sourcebreadcrumb=(breadcrumb : UInt64)
Sourcecountry_code
Sourcecountry_code=(country_code : String)
Sourcenew_regulatory_configuration
Sourcenew_regulatory_configuration=(new_regulatory_configuration : RegulatoryLocationType)
Sourceto_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source