TTLServiceDrivingProfileDatagram Class Reference

Inherits from NSObject
Conforms to NSCopying
NSMutableCopying
TTLDrivingProfileDatagram
Declared in TTLServiceRealTimeDataDelegate.h

Overview

A profile of driving behaviour related to a certain time frame.

The profile contains the count of all events that happen in that time frame.

The time frame models a tour that ends after the engine is turned off “long enough”. Currently the time out is about 2h.

– description

- (NSString *_Nonnull)description

– copyWithZone:

- (id _Nonnull)copyWithZone:(NSZone *_Nullable)zone

– isEqual:

- (BOOL)isEqual:(id _Nullable)other

– isEqualToDatagram:

- (BOOL)isEqualToDatagram:(TTLServiceDrivingProfileDatagram *_Nullable)datagram

– hash

- (NSUInteger)hash