Response to SDLGetDTCs
Since SmartDeviceLink 2.0
2 byte ECU Header for DTC response (as defined in VHR_Layout_Specification_DTCs.pdf)
Optional
@property (nonatomic, strong, nullable) NSNumber<SDLInt> *ecuHeader;
var ecuHeader: (NSNumber & SDLInt)? { get set }
Array of all reported DTCs on module (ecuHeader contains information if list is truncated). Each DTC is represented by 4 bytes (3 bytes of data and 1 byte status as defined in VHR_Layout_Specification_DTCs.pdf).
@property (nonatomic, strong) NSArray<NSString *> *_Nonnull dtc;
var dtc: [String] { get set }