struct
Matter::Cluster::GeneralCommissioningCluster::SetRegulatoryConfigRequest
Overview
SetRegulatoryConfig command request
Defined in:
matter/cluster/general_commissioning_cluster.crConstructors
Instance Method Summary
- #breadcrumb : UInt64
- #breadcrumb=(breadcrumb : UInt64)
- #country_code : String
- #country_code=(country_code : String)
- #new_regulatory_config : RegulatoryLocationType
- #new_regulatory_config=(new_regulatory_config : RegulatoryLocationType)
Constructor Detail
def self.new(new_regulatory_config : Matter::Cluster::GeneralCommissioningCluster::RegulatoryLocationType, country_code : String, breadcrumb : UInt64)
#