/AWS1/CL_IOWLORAWANPUBLICGWMET¶
LoRaWAN public gateway metadata.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_providernetid TYPE /AWS1/IOWPROVIDERNETID /AWS1/IOWPROVIDERNETID¶
The ID of the LoRaWAN public network provider.
iv_id TYPE /AWS1/IOWID /AWS1/IOWID¶
The ID of the gateways that are operated by the network provider.
iv_rssi TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The RSSI (received signal strength indicator) value.
iv_snr TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The SNR (signal to noise ratio) value.
iv_rfregion TYPE /AWS1/IOWRFREGION /AWS1/IOWRFREGION¶
RfRegion
iv_dlallowed TYPE /AWS1/IOWDLALLOWED /AWS1/IOWDLALLOWED¶
Boolean that indicates whether downlink is allowed using the network.
Queryable Attributes¶
ProviderNetId¶
The ID of the LoRaWAN public network provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERNETID() |
Getter for PROVIDERNETID, with configurable default |
ASK_PROVIDERNETID() |
Getter for PROVIDERNETID w/ exceptions if field has no value |
HAS_PROVIDERNETID() |
Determine if PROVIDERNETID has a value |
Id¶
The ID of the gateways that are operated by the network provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Rssi¶
The RSSI (received signal strength indicator) 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 |
Snr¶
The SNR (signal to noise ratio) 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 |
RfRegion¶
RfRegion
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RFREGION() |
Getter for RFREGION, with configurable default |
ASK_RFREGION() |
Getter for RFREGION w/ exceptions if field has no value |
HAS_RFREGION() |
Determine if RFREGION has a value |
DlAllowed¶
Boolean that indicates whether downlink is allowed using the network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DLALLOWED() |
Getter for DLALLOWED, with configurable default |
ASK_DLALLOWED() |
Getter for DLALLOWED w/ exceptions if field has no value |
HAS_DLALLOWED() |
Determine if DLALLOWED 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_LORAWANPUBLICGATEWAYMETLIST¶
TYPES TT_LORAWANPUBLICGATEWAYMETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWLORAWANPUBLICGWMET WITH DEFAULT KEY
.