/AWS1/CL_IOTLOCATIONTIMESTAMP¶
Describes how to interpret an application-defined timestamp value from an MQTT message payload and the precision of that value.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_value TYPE /AWS1/IOTSTRING /AWS1/IOTSTRING¶
An expression that returns a long epoch time value.
Optional arguments:¶
iv_unit TYPE /AWS1/IOTSTRING /AWS1/IOTSTRING¶
The precision of the timestamp value that results from the expression described in
value.Valid values:
SECONDS|MILLISECONDS|MICROSECONDS|NANOSECONDS. The default isMILLISECONDS.
Queryable Attributes¶
value¶
An expression that returns a long epoch time value.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_VALUE() | Getter for VALUE, with configurable default | 
| ASK_VALUE() | Getter for VALUE w/ exceptions if field has no value | 
| HAS_VALUE() | Determine if VALUE has a value | 
unit¶
The precision of the timestamp value that results from the expression described in
value.Valid values:
SECONDS|MILLISECONDS|MICROSECONDS|NANOSECONDS. The default isMILLISECONDS.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_UNIT() | Getter for UNIT, with configurable default | 
| ASK_UNIT() | Getter for UNIT w/ exceptions if field has no value | 
| HAS_UNIT() | Determine if UNIT has a value |