struct Matter::Cluster::NetworkCommissioningCluster::ThreadInterfaceScanResult

Overview

ThreadInterfaceScanResult - Result from Thread network scan

Defined in:

matter/cluster/network_commissioning_cluster.cr

Constructors

Instance Method Summary

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) #

[View source]

Instance Method Detail

def channel : UInt16 | Nil #

[View source]
def channel=(channel : UInt16 | Nil) #

[View source]
def extended_address : Bytes | Nil #

[View source]
def extended_address=(extended_address : Bytes | Nil) #

[View source]
def extended_pan_id : UInt64 | Nil #

[View source]
def extended_pan_id=(extended_pan_id : UInt64 | Nil) #

[View source]
def lqi : UInt8 | Nil #

[View source]
def lqi=(lqi : UInt8 | Nil) #

[View source]
def network_name : String | Nil #

[View source]
def network_name=(network_name : String | Nil) #

[View source]
def pan_id : UInt16 | Nil #

[View source]
def pan_id=(pan_id : UInt16 | Nil) #

[View source]
def rssi : Int8 | Nil #

[View source]
def rssi=(rssi : Int8 | Nil) #

[View source]
def version : UInt8 | Nil #

[View source]
def version=(version : UInt8 | Nil) #

[View source]