/AWS1/CL_IOWLORAWANGATEWAYVRS¶
LoRaWANGatewayVersion object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_packageversion TYPE /AWS1/IOWPACKAGEVERSION /AWS1/IOWPACKAGEVERSION¶
The version of the wireless gateway firmware.
iv_model TYPE /AWS1/IOWMODEL /AWS1/IOWMODEL¶
The model number of the wireless gateway.
iv_station TYPE /AWS1/IOWSTATION /AWS1/IOWSTATION¶
The basic station version of the wireless gateway.
Queryable Attributes¶
PackageVersion¶
The version of the wireless gateway firmware.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEVERSION() |
Getter for PACKAGEVERSION, with configurable default |
ASK_PACKAGEVERSION() |
Getter for PACKAGEVERSION w/ exceptions if field has no valu |
HAS_PACKAGEVERSION() |
Determine if PACKAGEVERSION has a value |
Model¶
The model number of the wireless gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODEL() |
Getter for MODEL, with configurable default |
ASK_MODEL() |
Getter for MODEL w/ exceptions if field has no value |
HAS_MODEL() |
Determine if MODEL has a value |
Station¶
The basic station version of the wireless gateway.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATION() |
Getter for STATION, with configurable default |
ASK_STATION() |
Getter for STATION w/ exceptions if field has no value |
HAS_STATION() |
Determine if STATION has a value |