/AWS1/CL_IOWGATEWAYLISTITEM¶
Gateway list item object that specifies the frequency and list of gateways for which the downlink message should be sent.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_gatewayid
TYPE /AWS1/IOWWIRELESSGATEWAYID
/AWS1/IOWWIRELESSGATEWAYID
¶
The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
iv_downlinkfrequency
TYPE /AWS1/IOWDOWNLINKFREQUENCY
/AWS1/IOWDOWNLINKFREQUENCY
¶
The frequency to use for the gateways when sending a downlink message to the wireless device.
Queryable Attributes¶
GatewayId¶
The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GATEWAYID() |
Getter for GATEWAYID, with configurable default |
ASK_GATEWAYID() |
Getter for GATEWAYID w/ exceptions if field has no value |
HAS_GATEWAYID() |
Determine if GATEWAYID has a value |
DownlinkFrequency¶
The frequency to use for the gateways when sending a downlink message to the wireless device.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOWNLINKFREQUENCY() |
Getter for DOWNLINKFREQUENCY, with configurable default |
ASK_DOWNLINKFREQUENCY() |
Getter for DOWNLINKFREQUENCY w/ exceptions if field has no v |
HAS_DOWNLINKFREQUENCY() |
Determine if DOWNLINKFREQUENCY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GATEWAYLIST
¶
TYPES TT_GATEWAYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWGATEWAYLISTITEM WITH DEFAULT KEY
.