/AWS1/CL_IOWWIRELESSDEVSTATS¶
Information about a wireless device's operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/IOWWIRELESSDEVICEARN /AWS1/IOWWIRELESSDEVICEARN¶
The Amazon Resource Name of the resource.
iv_id TYPE /AWS1/IOWWIRELESSDEVICEID /AWS1/IOWWIRELESSDEVICEID¶
The ID of the wireless device reporting the data.
iv_type TYPE /AWS1/IOWWIRELESSDEVICETYPE /AWS1/IOWWIRELESSDEVICETYPE¶
The wireless device type.
iv_name TYPE /AWS1/IOWWIRELESSDEVICENAME /AWS1/IOWWIRELESSDEVICENAME¶
The name of the resource.
iv_destinationname TYPE /AWS1/IOWDESTINATIONNAME /AWS1/IOWDESTINATIONNAME¶
The name of the destination to which the device is assigned.
iv_lastuplinkreceivedat TYPE /AWS1/IOWISODATETIMESTRING /AWS1/IOWISODATETIMESTRING¶
The date and time when the most recent uplink was received.
Theis value is only valid for 3 months.
io_lorawan TYPE REF TO /AWS1/CL_IOWLORAWANLISTDEVICE /AWS1/CL_IOWLORAWANLISTDEVICE¶
LoRaWAN device info.
io_sidewalk TYPE REF TO /AWS1/CL_IOWSIDEWALKLISTDEVICE /AWS1/CL_IOWSIDEWALKLISTDEVICE¶
The Sidewalk account credentials.
iv_fuotadevicestatus TYPE /AWS1/IOWFUOTADEVICESTATUS /AWS1/IOWFUOTADEVICESTATUS¶
FuotaDeviceStatus
iv_multicastdevicestatus TYPE /AWS1/IOWMULTICASTDEVICESTATUS /AWS1/IOWMULTICASTDEVICESTATUS¶
The status of the wireless device in the multicast group.
iv_mcgroupid TYPE /AWS1/IOWMCGROUPID /AWS1/IOWMCGROUPID¶
McGroupId
iv_positioning TYPE /AWS1/IOWPOSITIONINGCFGSTATUS /AWS1/IOWPOSITIONINGCFGSTATUS¶
The integration status of the Device Location feature for LoRaWAN and Amazon Sidewalk enabled devices.
Queryable Attributes¶
Arn¶
The Amazon Resource Name of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Id¶
The ID of the wireless device reporting the data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Type¶
The wireless device type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Name¶
The name of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
DestinationName¶
The name of the destination to which the device is assigned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONNAME() |
Getter for DESTINATIONNAME, with configurable default |
ASK_DESTINATIONNAME() |
Getter for DESTINATIONNAME w/ exceptions if field has no val |
HAS_DESTINATIONNAME() |
Determine if DESTINATIONNAME has a value |
LastUplinkReceivedAt¶
The date and time when the most recent uplink was received.
Theis value is only valid for 3 months.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPLINKRECEIVEDAT() |
Getter for LASTUPLINKRECEIVEDAT, with configurable default |
ASK_LASTUPLINKRECEIVEDAT() |
Getter for LASTUPLINKRECEIVEDAT w/ exceptions if field has n |
HAS_LASTUPLINKRECEIVEDAT() |
Determine if LASTUPLINKRECEIVEDAT has a value |
LoRaWAN¶
LoRaWAN device info.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LORAWAN() |
Getter for LORAWAN |
Sidewalk¶
The Sidewalk account credentials.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIDEWALK() |
Getter for SIDEWALK |
FuotaDeviceStatus¶
FuotaDeviceStatus
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUOTADEVICESTATUS() |
Getter for FUOTADEVICESTATUS, with configurable default |
ASK_FUOTADEVICESTATUS() |
Getter for FUOTADEVICESTATUS w/ exceptions if field has no v |
HAS_FUOTADEVICESTATUS() |
Determine if FUOTADEVICESTATUS has a value |
MulticastDeviceStatus¶
The status of the wireless device in the multicast group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MULTICASTDEVICESTATUS() |
Getter for MULTICASTDEVICESTATUS, with configurable default |
ASK_MULTICASTDEVICESTATUS() |
Getter for MULTICASTDEVICESTATUS w/ exceptions if field has |
HAS_MULTICASTDEVICESTATUS() |
Determine if MULTICASTDEVICESTATUS has a value |
McGroupId¶
McGroupId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MCGROUPID() |
Getter for MCGROUPID, with configurable default |
ASK_MCGROUPID() |
Getter for MCGROUPID w/ exceptions if field has no value |
HAS_MCGROUPID() |
Determine if MCGROUPID has a value |
Positioning¶
The integration status of the Device Location feature for LoRaWAN and Amazon Sidewalk enabled devices.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITIONING() |
Getter for POSITIONING, with configurable default |
ASK_POSITIONING() |
Getter for POSITIONING w/ exceptions if field has no value |
HAS_POSITIONING() |
Determine if POSITIONING 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_WIRELESSDEVICESTATSLIST¶
TYPES TT_WIRELESSDEVICESTATSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWWIRELESSDEVSTATS WITH DEFAULT KEY
.