struct Matter::Cluster::GeneralCommissioningCluster::SetRegulatoryConfigRequest

Overview

SetRegulatoryConfig command request

Defined in:

matter/cluster/general_commissioning_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(new_regulatory_config : Matter::Cluster::GeneralCommissioningCluster::RegulatoryLocationType, country_code : String, breadcrumb : UInt64) #

[View source]

Instance Method Detail

def breadcrumb : UInt64 #

[View source]
def breadcrumb=(breadcrumb : UInt64) #

[View source]
def country_code : String #

[View source]
def country_code=(country_code : String) #

[View source]
def new_regulatory_config : RegulatoryLocationType #

[View source]
def new_regulatory_config=(new_regulatory_config : RegulatoryLocationType) #

[View source]