/AWS1/CL_IOWDOWNLINKQUEUEMSG¶
The message in the downlink queue.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_messageid
TYPE /AWS1/IOWMESSAGEID
/AWS1/IOWMESSAGEID
¶
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
iv_transmitmode
TYPE /AWS1/IOWTRANSMITMODE
/AWS1/IOWTRANSMITMODE
¶
The transmit mode to use for sending data to the wireless device. This can be
0
for UM (unacknowledge mode) or1
for AM (acknowledge mode).
iv_receivedat
TYPE /AWS1/IOWISODATETIMESTRING
/AWS1/IOWISODATETIMESTRING
¶
The time at which Iot Wireless received the downlink message.
io_lorawan
TYPE REF TO /AWS1/CL_IOWLORAWANSENDDATAT00
/AWS1/CL_IOWLORAWANSENDDATAT00
¶
LoRaWAN
Queryable Attributes¶
MessageId¶
The message ID assigned by IoT Wireless to each downlink message, which helps identify the message.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MESSAGEID() |
Getter for MESSAGEID, with configurable default |
ASK_MESSAGEID() |
Getter for MESSAGEID w/ exceptions if field has no value |
HAS_MESSAGEID() |
Determine if MESSAGEID has a value |
TransmitMode¶
The transmit mode to use for sending data to the wireless device. This can be
0
for UM (unacknowledge mode) or1
for AM (acknowledge mode).
Accessible with the following methods¶
Method | Description |
---|---|
GET_TRANSMITMODE() |
Getter for TRANSMITMODE, with configurable default |
ASK_TRANSMITMODE() |
Getter for TRANSMITMODE w/ exceptions if field has no value |
HAS_TRANSMITMODE() |
Determine if TRANSMITMODE has a value |
ReceivedAt¶
The time at which Iot Wireless received the downlink message.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECEIVEDAT() |
Getter for RECEIVEDAT, with configurable default |
ASK_RECEIVEDAT() |
Getter for RECEIVEDAT w/ exceptions if field has no value |
HAS_RECEIVEDAT() |
Determine if RECEIVEDAT has a value |
LoRaWAN¶
LoRaWAN
Accessible with the following methods¶
Method | Description |
---|---|
GET_LORAWAN() |
Getter for LORAWAN |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DOWNLINKQUEUEMESSAGESLIST
¶
TYPES TT_DOWNLINKQUEUEMESSAGESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWDOWNLINKQUEUEMSG WITH DEFAULT KEY
.