/AWS1/CL_LOCWIFIACCESSPOINT¶
Wi-Fi access point.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_macaddress TYPE /AWS1/LOCSTRING /AWS1/LOCSTRING¶
Medium access control address (Mac).
iv_rss TYPE /AWS1/LOCINTEGER /AWS1/LOCINTEGER¶
Received signal strength (dBm) of the WLAN measurement data.
Queryable Attributes¶
MacAddress¶
Medium access control address (Mac).
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_WIFIACCESSPOINTLIST¶
TYPES TT_WIFIACCESSPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCWIFIACCESSPOINT WITH DEFAULT KEY
.