public class CrashDetectedDatagram extends Object
ServiceClientCallback.onCrashDetectedDatagram(com.tomtom.business.ubi.commons.api.ServiceClientCallback.CrashDetectedDatagramResponse)
.Modifier and Type | Field and Description |
---|---|
Integer |
acceleration
The acceleration at the time the crash was detected, in mg, between 0 and 65535, Integer.
|
Integer |
accelerationDirection
The direction of the acceleration at the time the crash was detected, in degree, between 0 and 359, Integer.
|
Integer |
engineLoad
Calculated engine load.
|
Integer |
engineRpm
Engine RPM.
|
Long |
eventTime
The crash event time in ms in UTC, Long.
|
Long |
odometer
Virtual odometer in m.
|
Integer |
throttlePosition
Throttle position.
|
Integer |
vehicleSpeed
Vehicle speed.
|
Constructor and Description |
---|
CrashDetectedDatagram() |
public Long eventTime
public Integer acceleration
public Integer accelerationDirection
public Long odometer
public Integer vehicleSpeed
public Integer engineRpm
public Integer throttlePosition
public Integer engineLoad