summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLGetDTCs.h
blob: e9a85a6950f3d43f8afe0907cbcb74a0d7da6b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//  SDLGetDTCs.h
//
//  Copyright (c) 2014 Ford Motor Company. All rights reserved.


#import "SDLRPCRequest.h"

@interface SDLGetDTCs : SDLRPCRequest {}

-(id) init;
-(id) initWithDictionary:(NSMutableDictionary*) dict;

@property(strong) NSNumber* ecuName;
@property(strong) NSNumber* dtcMask;

@end