Matter::Cluster::Definitions::NetworkCommissioning::ThreadInterfaceScanResult
Inherits TLV::Serializable < Struct < Value < Object
ThreadInterfaceScanResultStruct represents a single Thread network scan result.
Constructors
new(any : TLV::Any)
Sourcenew(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 : Slice(UInt8) | Nil = nil, rssi : Int8 | Nil = nil, lqi : UInt8 | Nil = nil)
SourceClass methods
from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Sourcefrom_slice(bytes : Bytes)
Sourcefrom_tlv(any : TLV::Any)
Sourcefrom_tlv(data : Bytes)
SourceInstance methods
channel
Sourcechannel=(channel : UInt16 | Nil)
Sourceextended_address=(extended_address : Slice(UInt8) | Nil)
ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
extended_pan_id
Sourceextended_pan_id=(extended_pan_id : UInt64 | Nil)
Sourcelqi
Sourcelqi=(lqi : UInt8 | Nil)
Sourcenetwork_name
Sourcenetwork_name=(network_name : String | Nil)
Sourcepan_id
Sourcepan_id=(pan_id : UInt16 | Nil)
Sourcerssi
Sourcerssi=(rssi : Int8 | Nil)
Sourceto_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Sourceto_slice
Sourceto_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Sourceversion
Sourceversion=(version : UInt8 | Nil)
Source