objc

NXWirelessNetwork.h
Go to the documentation of this file.
1 
9 #pragma once
10 
24 @private
25  hw_wifi_network_t _network;
26 }
27 
36 
41 - (NXString *)ssid;
42 
49 - (NXString *)bssid;
50 
55 - (uint8_t)channel;
56 
62 - (int16_t)rssi;
63 
64 @end
uint8_t channel()
Primary channel number for this network.
A class for representing a wireless network.
int16_t rssi()
Received signal strength indicator.
NXString * ssid()
The Service Set Identifier (network name).
Describes a discovered Wi‑Fi network (scan result).
Definition: wifi.h:86
NXString * bssid()
The Basic Service Set Identifier (access point MAC address).
const char * name()
Returns the name of the class.
A class for managing and manipulating string objects.
Definition: NXString.h:20
The base class for objects in the Foundation framework.
Definition: NXObject.h:21
struct objc_object * id
A pointer to an instance of a class.
Definition: runtime.h:18