/AWS1/CL_LOCVERIFYDEVPOSITIO01¶
VerifyDevicePositionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_inferredstate TYPE REF TO /AWS1/CL_LOCINFERREDSTATE /AWS1/CL_LOCINFERREDSTATE¶
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
iv_deviceid TYPE /AWS1/LOCID /AWS1/LOCID¶
The device identifier.
iv_sampletime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
iv_receivedtime TYPE /AWS1/LOCTIMESTAMP /AWS1/LOCTIMESTAMP¶
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
iv_distanceunit TYPE /AWS1/LOCDISTANCEUNIT /AWS1/LOCDISTANCEUNIT¶
The distance unit for the verification response.
Queryable Attributes¶
InferredState¶
The inferred state of the device, given the provided position, IP address, cellular signals, and Wi-Fi- access points.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERREDSTATE() |
Getter for INFERREDSTATE |
DeviceId¶
The device identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEID() |
Getter for DEVICEID, with configurable default |
ASK_DEVICEID() |
Getter for DEVICEID w/ exceptions if field has no value |
HAS_DEVICEID() |
Determine if DEVICEID has a value |
SampleTime¶
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLETIME() |
Getter for SAMPLETIME, with configurable default |
ASK_SAMPLETIME() |
Getter for SAMPLETIME w/ exceptions if field has no value |
HAS_SAMPLETIME() |
Determine if SAMPLETIME has a value |
ReceivedTime¶
The timestamp for when the tracker resource received the device position in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECEIVEDTIME() |
Getter for RECEIVEDTIME, with configurable default |
ASK_RECEIVEDTIME() |
Getter for RECEIVEDTIME w/ exceptions if field has no value |
HAS_RECEIVEDTIME() |
Determine if RECEIVEDTIME has a value |
DistanceUnit¶
The distance unit for the verification response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTANCEUNIT() |
Getter for DISTANCEUNIT, with configurable default |
ASK_DISTANCEUNIT() |
Getter for DISTANCEUNIT w/ exceptions if field has no value |
HAS_DISTANCEUNIT() |
Determine if DISTANCEUNIT has a value |