struct
Matter::Cluster::NetworkCommissioningCluster::ReorderNetworkRequest
- Matter::Cluster::NetworkCommissioningCluster::ReorderNetworkRequest
- Struct
- Value
- Object
Overview
ReorderNetwork command (0x08)
Defined in:
matter/cluster/network_commissioning_cluster.crConstructors
Instance Method Summary
- #breadcrumb : UInt64 | Nil
- #breadcrumb=(breadcrumb : UInt64 | Nil)
- #network_id : Bytes
- #network_id=(network_id : Bytes)
- #network_index : UInt8
- #network_index=(network_index : UInt8)
Constructor Detail
def self.new(network_id : Bytes, network_index : UInt8, breadcrumb : UInt64 | Nil = nil)
#