pub type netopt_scan_result_t = netopt_scan_result;
Expand description
@brief Basic network scan result
Aliased Type§
struct netopt_scan_result_t {
pub channel: u16,
pub strength: i16,
}
Fields§
§channel: u16
< Scanned channel
strength: i16
< Received signal strength
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes