summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGetDTCsResponse.h
blob: 7368b42f28cbd49a33b64fc2c4b79b9c4549dced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//  SDLGetDTCsResponse.h
//


#import "SDLRPCResponse.h"

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

NS_ASSUME_NONNULL_BEGIN

@interface SDLGetDTCsResponse : SDLRPCResponse

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

@end

NS_ASSUME_NONNULL_END