struct Matter::Cluster::Definitions::NetworkCommissioning::AddOrUpdateThreadNetworkRequest

Included Modules

Defined in:

matter/cluster/definitions/network_commissioning.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Slice(UInt8)) #

[View source]

Instance Method Detail

def breadcrumb : UInt64 #

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

[View source]
def operational_dataset : Slice(UInt8) #

The OperationalDataset field shall contain the Thread Network Parameters, including channel, PAN ID, and Extended PAN ID.

The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass the OperationalDataset as an opaque octet string.

See Section 11.8.7.1.2, “Breadcrumb Field” for usage.


[View source]
def operational_dataset=(operational_dataset : Slice(UInt8)) #

The OperationalDataset field shall contain the Thread Network Parameters, including channel, PAN ID, and Extended PAN ID.

The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass the OperationalDataset as an opaque octet string.

See Section 11.8.7.1.2, “Breadcrumb Field” for usage.


[View source]