struct Matter::Cluster::NetworkCommissioningCluster::ReorderNetworkRequest

Overview

ReorderNetwork command (0x08)

Defined in:

matter/cluster/network_commissioning_cluster.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(network_id : Bytes, network_index : UInt8, breadcrumb : UInt64 | Nil = nil) #

[View source]

Instance Method Detail

def breadcrumb : UInt64 | Nil #

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

[View source]
def network_id : Bytes #

[View source]
def network_id=(network_id : Bytes) #

[View source]
def network_index : UInt8 #

[View source]
def network_index=(network_index : UInt8) #

[View source]