TimeInformation

data class TimeInformation(val timeStamp: Long, val event: TimeInformation.Event, val elapsedSecondsSinceEvent: Long, val measurementSynchronizationFinished: Sensor.TimeSynchronizationStatus?, val timeSynchronizationPeriodInSeconds: Int?)

Parameters

timeStamp

current time set on sensor in epoch format

event

Event type of event that occurred. (for firmware version less than 07.00 only DEVICE_START is available)

elapsedSecondsSinceEvent

time in seconds that has passed since the event occurred

measurementSynchronizationFinished

Sensor.TimeSynchronizationStatus status of time synchronization process or null if not available

timeSynchronizationPeriodInSeconds

time synchronization period in seconds via Bluetooth or null if not available

Constructors

Link copied to clipboard
constructor(timeStamp: Long, event: TimeInformation.Event, elapsedSecondsSinceEvent: Long, measurementSynchronizationFinished: Sensor.TimeSynchronizationStatus?, timeSynchronizationPeriodInSeconds: Int?)

Types

Link copied to clipboard

Event type that occurred on the device