summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGetDTCsResponse.h
blob: e512c3b983ef150e64dbb04dfad21c0a0fc61188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//  SDLGetDTCsResponse.h
//


#import "SDLRPCResponse.h"

/**
 * SDLGetDTCsResponse is sent, when SDLGetDTCs has been called
 *
 * Since <b>SmartDeviceLink 2.0</b>
 */
@interface SDLGetDTCsResponse : SDLRPCResponse

@property (strong, nonatomic) NSNumber<SDLInt> *ecuHeader;
@property (strong, nonatomic) NSMutableArray<NSString *> *dtc;

@end