/AWS1/CL_IOWWIFIACCESSPOINT¶
Wi-Fi access point.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_macaddress
TYPE /AWS1/IOWMACADDRESS
/AWS1/IOWMACADDRESS
¶
Wi-Fi MAC Address.
iv_rss
TYPE /AWS1/IOWRSS
/AWS1/IOWRSS
¶
Received signal strength (dBm) of the WLAN measurement data.
Queryable Attributes¶
MacAddress¶
Wi-Fi MAC Address.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MACADDRESS() |
Getter for MACADDRESS, with configurable default |
ASK_MACADDRESS() |
Getter for MACADDRESS w/ exceptions if field has no value |
HAS_MACADDRESS() |
Determine if MACADDRESS has a value |
Rss¶
Received signal strength (dBm) of the WLAN measurement data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RSS() |
Getter for RSS, with configurable default |
ASK_RSS() |
Getter for RSS w/ exceptions if field has no value |
HAS_RSS() |
Determine if RSS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WIFIACCESSPOINTS
¶
TYPES TT_WIFIACCESSPOINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWWIFIACCESSPOINT WITH DEFAULT KEY
.