struct
Matter::Cluster::NetworkCommissioningCluster::ThreadInterfaceScanResult
Overview
ThreadInterfaceScanResult - Result from Thread network scan
Defined in:
matter/cluster/network_commissioning_cluster.crConstructors
Instance Method Summary
- #channel : UInt16 | Nil
- #channel=(channel : UInt16 | Nil)
- #extended_address : Bytes | Nil
- #extended_address=(extended_address : Bytes | Nil)
- #extended_pan_id : UInt64 | Nil
- #extended_pan_id=(extended_pan_id : UInt64 | Nil)
- #lqi : UInt8 | Nil
- #lqi=(lqi : UInt8 | Nil)
- #network_name : String | Nil
- #network_name=(network_name : String | Nil)
- #pan_id : UInt16 | Nil
- #pan_id=(pan_id : UInt16 | Nil)
- #rssi : Int8 | Nil
- #rssi=(rssi : Int8 | Nil)
- #version : UInt8 | Nil
- #version=(version : UInt8 | Nil)
Constructor Detail
def self.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)
#