/AWS1/CL_IOWABPV1_1¶
ABP device object for LoRaWAN specification v1.1
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_devaddr
TYPE /AWS1/IOWDEVADDR
/AWS1/IOWDEVADDR
¶
The DevAddr value.
io_sessionkeys
TYPE REF TO /AWS1/CL_IOWSESSIONKEYSABPV1_1
/AWS1/CL_IOWSESSIONKEYSABPV1_1
¶
Session keys for ABP v1.1
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.1
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 |