TTLServiceMutableDrivingProfileDatagram Class Reference
Inherits from | TTLServiceDrivingProfileDatagram : NSObject |
---|---|
Declared in | TTLServiceRealTimeDataDelegate.h |
begin
Begin of the time frame
@property (readwrite) NSDate *begin
Discussion
Begin of the time frame
Declared In
TTLServiceRealTimeDataDelegate.h
end
End of the time frame
@property (readwrite) NSDate *end
Discussion
End of the time frame
Declared In
TTLServiceRealTimeDataDelegate.h
receivingTime
The time when the chunk arrived at the smart phone as unix timestamp.
@property (readwrite) NSDate *receivingTime
Discussion
The time when the chunk arrived at the smart phone as unix timestamp.
Declared In
TTLServiceRealTimeDataDelegate.h
mileage
Mileage in meters
@property (readwrite) NSNumber *mileage
Discussion
Mileage in meters
Declared In
TTLServiceRealTimeDataDelegate.h
drivingTime
Accumulated time with RPM > 0 in seconds
@property (readwrite) NSNumber *drivingTime
Discussion
Accumulated time with RPM > 0 in seconds
Declared In
TTLServiceRealTimeDataDelegate.h
idleTime
Sum of idling periods in seconds
@property (readwrite) NSNumber *idleTime
Discussion
Sum of idling periods in seconds
Declared In
TTLServiceRealTimeDataDelegate.h
maxSpeed
Maximum speed in km/h
@property (readwrite) NSNumber *maxSpeed
Discussion
Maximum speed in km/h
Declared In
TTLServiceRealTimeDataDelegate.h