TTLServiceCrashDatagram Class Reference
Inherits from | NSObject |
---|---|
Declared in | TTLServiceEventDelegate.h |
eventTime
The crash event time. UTC, date.
@property (nonatomic) NSDate *eventTime
Discussion
The crash event time. UTC, date.
Declared In
TTLServiceEventDelegate.h
acceleration
The acceleration when the crash was detected, in mg, between 0 and 65535, Integer.
@property (nonatomic) NSNumber *acceleration
Discussion
The acceleration when the crash was detected, in mg, between 0 and 65535, Integer.
Declared In
TTLServiceEventDelegate.h
accelerationDirection
The direction of the acceleration when the crash was detected, in degree, between 0 and 359, Integer.
@property (nonatomic) NSNumber *accelerationDirection
Discussion
The direction of the acceleration when the crash was detected, in degree, between 0 and 359, Integer.
Declared In
TTLServiceEventDelegate.h
odometer
Virtual odometer in m. Long.
@property (nonatomic) NSNumber *odometer
Discussion
Virtual odometer in m. Long.
Declared In
TTLServiceEventDelegate.h
vehicleSpeed
Vehicle speed. Integer. In km/h, between 0 km/h and 1000 km/h.
@property (nonatomic) NSNumber *vehicleSpeed
Discussion
Vehicle speed. Integer. In km/h, between 0 km/h and 1000 km/h.
Declared In
TTLServiceEventDelegate.h
engineRPM
Engine RPM. Integer.
@property (nonatomic) NSNumber *engineRPM
Discussion
Engine RPM. Integer.
Declared In
TTLServiceEventDelegate.h
throttlePosition
Throttle position. Integer, in percent, between 0% and 100%.
@property (nonatomic) NSNumber *throttlePosition
Discussion
Throttle position. Integer, in percent, between 0% and 100%.
Declared In
TTLServiceEventDelegate.h
engineLoad
Calculated engine load. Integer, in percent, between 0% and 100%.
@property (nonatomic) NSNumber *engineLoad
Discussion
Calculated engine load. Integer, in percent, between 0% and 100%.
Declared In
TTLServiceEventDelegate.h