/AWS1/CL_IOWOTAAV1_0_X¶
OTAA device object for v1.0.x
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_appkey
TYPE /AWS1/IOWAPPKEY
/AWS1/IOWAPPKEY
¶
The AppKey value.
iv_appeui
TYPE /AWS1/IOWAPPEUI
/AWS1/IOWAPPEUI
¶
The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
iv_joineui
TYPE /AWS1/IOWJOINEUI
/AWS1/IOWJOINEUI
¶
The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN version v1.0.4.
iv_genappkey
TYPE /AWS1/IOWGENAPPKEY
/AWS1/IOWGENAPPKEY
¶
The GenAppKey value.
Queryable Attributes¶
AppKey¶
The AppKey value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPKEY() |
Getter for APPKEY, with configurable default |
ASK_APPKEY() |
Getter for APPKEY w/ exceptions if field has no value |
HAS_APPKEY() |
Determine if APPKEY has a value |
AppEui¶
The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPEUI() |
Getter for APPEUI, with configurable default |
ASK_APPEUI() |
Getter for APPEUI w/ exceptions if field has no value |
HAS_APPEUI() |
Determine if APPEUI has a value |
JoinEui¶
The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN version v1.0.4.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOINEUI() |
Getter for JOINEUI, with configurable default |
ASK_JOINEUI() |
Getter for JOINEUI w/ exceptions if field has no value |
HAS_JOINEUI() |
Determine if JOINEUI has a value |
GenAppKey¶
The GenAppKey value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GENAPPKEY() |
Getter for GENAPPKEY, with configurable default |
ASK_GENAPPKEY() |
Getter for GENAPPKEY w/ exceptions if field has no value |
HAS_GENAPPKEY() |
Determine if GENAPPKEY has a value |