TTLServiceDrivingProfileRealTimeDelegate Protocol Reference

Conforms to NSObject
Declared in TTLServiceRealTimeDataDelegate.h

Overview

Delegate for receiving driving profile information.

– onDrivingProfileDatagram:deviceId: required method

Called when a new driving profile chunk arrived.

- (void)onDrivingProfileDatagram:(TTLServiceDrivingProfileRealTimeResponse *_Nonnull)response deviceId:(NSString *_Nonnull)deviceIdentifier

Parameters

response

TTLServiceDrivingProfileRealTimeResponse A response that contains the driving profile information.

Discussion

Called when a new driving profile chunk arrived.

Declared In

TTLServiceRealTimeDataDelegate.h