Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLGetDTCsResponse

SDLGetDTCsResponse Class Reference

Section Contents

Overview

Response to SDLGetDTCs

Since SmartDeviceLink 2.0

ecuHeader

2 byte ECU Header for DTC response (as defined in VHR_Layout_Specification_DTCs.pdf)

Optional

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLInt> *ecuHeader;

Swift

var ecuHeader: (NSNumber & SDLInt)? { get set }

dtc

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).

Objective-C

@property (nonatomic, strong) NSArray<NSString *> *_Nonnull dtc;

Swift

var dtc: [String] { get set }
View on GitHub.com
Previous Section Next Section