TTLServiceDrivingProfileRealTimeDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | TTLServiceRealTimeDataDelegate.h |
– 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.
See Also
Declared In
TTLServiceRealTimeDataDelegate.h