TTLServiceOBDRealTimeDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | TTLServiceRealTimeDataDelegate.h |
– onObdRealTimeDatagram:deviceId:
required method
Is called when the LINK device sends a real time datagram to the smart phone.
- (void)onObdRealTimeDatagram:(TTLServiceOBDRealTimeDatagramResponse *_Nonnull)response deviceId:(NSString *_Nonnull)deviceIdentifier
Parameters
response |
A response container carrying the OBD real time datagram. |
---|---|
deviceIdentifier |
The device identifier for which the event occurs. |
Discussion
Is called when the LINK device sends a real time datagram to the smart phone.
Declared In
TTLServiceRealTimeDataDelegate.h