/AWS1/CL_IOWLORAWANGATEWAYMET¶
LoRaWAN gateway metatdata.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_gatewayeui TYPE /AWS1/IOWGATEWAYEUI /AWS1/IOWGATEWAYEUI¶
The gateway's EUI value.
iv_snr TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The SNR value.
iv_rssi TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The RSSI value.
Queryable Attributes¶
GatewayEui¶
The gateway's EUI value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYEUI() |
Getter for GATEWAYEUI, with configurable default |
ASK_GATEWAYEUI() |
Getter for GATEWAYEUI w/ exceptions if field has no value |
HAS_GATEWAYEUI() |
Determine if GATEWAYEUI has a value |
Snr¶
The SNR value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SNR() |
Getter for SNR, with configurable default |
ASK_SNR() |
Getter for SNR w/ exceptions if field has no value |
STR_SNR() |
String format for SNR, with configurable default |
HAS_SNR() |
Determine if SNR has a value |
Rssi¶
The RSSI value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RSSI() |
Getter for RSSI, with configurable default |
ASK_RSSI() |
Getter for RSSI w/ exceptions if field has no value |
STR_RSSI() |
String format for RSSI, with configurable default |
HAS_RSSI() |
Determine if RSSI 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_LORAWANGATEWAYMETADATALIST¶
TYPES TT_LORAWANGATEWAYMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWLORAWANGATEWAYMET WITH DEFAULT KEY
.