TTLServiceDTCListResponse Class Reference
Inherits from | NSObject |
---|---|
Declared in | TTLServiceEventDelegate.h |
Overview
Contains a list of DTCs (OBD Diagnostic Trouble Codes) received via [TTLServiceEventDelegate onDTCList:response:] which is called after [TTLServiceClient requestDTCList:] was called.
dtcList
A array of strings representing DTCs
@property (nonatomic) NSArray *dtcList
Discussion
A array of strings representing DTCs
Declared In
TTLServiceEventDelegate.h