struct

Matter::Cluster::NetworkCommissioningCluster::ThreadInterfaceScanResult

Inherits Struct < Value < Object

ThreadInterfaceScanResult - Result from Thread network scan

Constructors

new(pan_id : UInt16 | Nil = nil, extended_pan_id : UInt64 | Nil = nil, network_name : String | Nil = nil, channel : UInt16 | Nil = nil, version : UInt8 | Nil = nil, extended_address : Bytes | Nil = nil, rssi : Int8 | Nil = nil, lqi : UInt8 | Nil = nil)
Source

Instance methods

channel
Source
channel=(channel : UInt16 | Nil)
Source
extended_address
Source
extended_address=(extended_address : Bytes | Nil)
Source
extended_pan_id
Source
extended_pan_id=(extended_pan_id : UInt64 | Nil)
Source
lqi=(lqi : UInt8 | Nil)
Source
network_name
Source
network_name=(network_name : String | Nil)
Source
pan_id
Source
pan_id=(pan_id : UInt16 | Nil)
Source
rssi
Source
rssi=(rssi : Int8 | Nil)
Source
version
Source
version=(version : UInt8 | Nil)
Source