/AWS1/CL_IOWABPV1_0_X¶
ABP device object for LoRaWAN specification v1.0.x
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_devaddr TYPE /AWS1/IOWDEVADDR /AWS1/IOWDEVADDR¶
The DevAddr value.
io_sessionkeys TYPE REF TO /AWS1/CL_IOWSESSKEYSABPV1_0_X /AWS1/CL_IOWSESSKEYSABPV1_0_X¶
Session keys for ABP v1.0.x
iv_fcntstart TYPE /AWS1/IOWFCNTSTART /AWS1/IOWFCNTSTART¶
The FCnt init value.
Queryable Attributes¶
DevAddr¶
The DevAddr value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVADDR() |
Getter for DEVADDR, with configurable default |
ASK_DEVADDR() |
Getter for DEVADDR w/ exceptions if field has no value |
HAS_DEVADDR() |
Determine if DEVADDR has a value |
SessionKeys¶
Session keys for ABP v1.0.x
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONKEYS() |
Getter for SESSIONKEYS |
FCntStart¶
The FCnt init value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FCNTSTART() |
Getter for FCNTSTART, with configurable default |
ASK_FCNTSTART() |
Getter for FCNTSTART w/ exceptions if field has no value |
HAS_FCNTSTART() |
Determine if FCNTSTART has a value |