/AWS1/CL_IOWLORAWANDEVICEMET¶
LoRaWAN device metatdata.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_deveui
TYPE /AWS1/IOWDEVEUI
/AWS1/IOWDEVEUI
¶
The DevEUI value.
iv_fport
TYPE /AWS1/IOWINTEGER
/AWS1/IOWINTEGER
¶
The FPort value.
iv_datarate
TYPE /AWS1/IOWINTEGER
/AWS1/IOWINTEGER
¶
The DataRate value.
iv_frequency
TYPE /AWS1/IOWINTEGER
/AWS1/IOWINTEGER
¶
The device's channel frequency in Hz.
iv_timestamp
TYPE /AWS1/IOWISODATETIMESTRING
/AWS1/IOWISODATETIMESTRING
¶
The date and time of the metadata.
it_gateways
TYPE /AWS1/CL_IOWLORAWANGATEWAYMET=>TT_LORAWANGATEWAYMETADATALIST
TT_LORAWANGATEWAYMETADATALIST
¶
Information about the gateways accessed by the device.
it_publicgateways
TYPE /AWS1/CL_IOWLORAWANPUBLICGWMET=>TT_LORAWANPUBLICGATEWAYMETLIST
TT_LORAWANPUBLICGATEWAYMETLIST
¶
Information about the LoRaWAN public network accessed by the device.
Queryable Attributes¶
DevEui¶
The DevEUI value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEVEUI() |
Getter for DEVEUI, with configurable default |
ASK_DEVEUI() |
Getter for DEVEUI w/ exceptions if field has no value |
HAS_DEVEUI() |
Determine if DEVEUI has a value |
FPort¶
The FPort value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FPORT() |
Getter for FPORT, with configurable default |
ASK_FPORT() |
Getter for FPORT w/ exceptions if field has no value |
HAS_FPORT() |
Determine if FPORT has a value |
DataRate¶
The DataRate value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATARATE() |
Getter for DATARATE, with configurable default |
ASK_DATARATE() |
Getter for DATARATE w/ exceptions if field has no value |
HAS_DATARATE() |
Determine if DATARATE has a value |
Frequency¶
The device's channel frequency in Hz.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FREQUENCY() |
Getter for FREQUENCY, with configurable default |
ASK_FREQUENCY() |
Getter for FREQUENCY w/ exceptions if field has no value |
HAS_FREQUENCY() |
Determine if FREQUENCY has a value |
Timestamp¶
The date and time of the metadata.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
Gateways¶
Information about the gateways accessed by the device.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GATEWAYS() |
Getter for GATEWAYS, with configurable default |
ASK_GATEWAYS() |
Getter for GATEWAYS w/ exceptions if field has no value |
HAS_GATEWAYS() |
Determine if GATEWAYS has a value |
PublicGateways¶
Information about the LoRaWAN public network accessed by the device.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PUBLICGATEWAYS() |
Getter for PUBLICGATEWAYS, with configurable default |
ASK_PUBLICGATEWAYS() |
Getter for PUBLICGATEWAYS w/ exceptions if field has no valu |
HAS_PUBLICGATEWAYS() |
Determine if PUBLICGATEWAYS has a value |