struct

Matter::Cluster::Definitions::NetworkCommissioning::ThreadInterfaceScanResult

Inherits TLV::Serializable < Struct < Value < Object

ThreadInterfaceScanResultStruct represents a single Thread network scan result.

Constructors

new(any : TLV::Any)
Source
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 : Slice(UInt8) | Nil = nil, rssi : Int8 | Nil = nil, lqi : UInt8 | Nil = nil)
Source

Class methods

from_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian)
Source
from_slice(bytes : Bytes)
Source
from_tlv(any : TLV::Any)
Source
from_tlv(data : Bytes)
Source

Instance methods

channel
Source
channel=(channel : UInt16 | Nil)
Source
extended_address

ExtendedAddress stands for an IEEE 802.15.4 Extended Address.

Source
extended_address=(extended_address : Slice(UInt8) | Nil)

ExtendedAddress stands for an IEEE 802.15.4 Extended Address.

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
to_io(io : IO, format : IO::ByteFormat = IO::ByteFormat::LittleEndian) : Nil
Source
to_slice
Source
to_tlv(outer_tag : Nil | UInt8 | Tuple(UInt16, UInt16) | Tuple(UInt16, UInt16, UInt16) = nil) : TLV::Any
Source
version
Source
version=(version : UInt8 | Nil)
Source