/AWS1/CL_IOWPOSITIONCONFITEM¶
The wrapper for a position configuration.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_resourceidentifier
TYPE /AWS1/IOWPOSITIONRESOURCEID
/AWS1/IOWPOSITIONRESOURCEID
¶
Resource identifier for the position configuration.
iv_resourcetype
TYPE /AWS1/IOWPOSITIONRESOURCETYPE
/AWS1/IOWPOSITIONRESOURCETYPE
¶
Resource type of the resource for the position configuration.
io_solvers
TYPE REF TO /AWS1/CL_IOWPOSITIONSOLVERDETS
/AWS1/CL_IOWPOSITIONSOLVERDETS
¶
The details of the positioning solver object used to compute the location.
iv_destination
TYPE /AWS1/IOWDESTINATIONNAME
/AWS1/IOWDESTINATIONNAME
¶
The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
Queryable Attributes¶
ResourceIdentifier¶
Resource identifier for the position configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEIDENTIFIER() |
Getter for RESOURCEIDENTIFIER, with configurable default |
ASK_RESOURCEIDENTIFIER() |
Getter for RESOURCEIDENTIFIER w/ exceptions if field has no |
HAS_RESOURCEIDENTIFIER() |
Determine if RESOURCEIDENTIFIER has a value |
ResourceType¶
Resource type of the resource for the position configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
Solvers¶
The details of the positioning solver object used to compute the location.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOLVERS() |
Getter for SOLVERS |
Destination¶
The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATION() |
Getter for DESTINATION, with configurable default |
ASK_DESTINATION() |
Getter for DESTINATION w/ exceptions if field has no value |
HAS_DESTINATION() |
Determine if DESTINATION 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_POSITIONCONFIGURATIONLIST
¶
TYPES TT_POSITIONCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWPOSITIONCONFITEM WITH DEFAULT KEY
.