summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDiagnosticMessageResponse.h
blob: 81bfa67ec6e561e234690750729f50106d0eff8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  SDLDiagnosticMessageResponse.h
//


#import "SDLRPCResponse.h"

/** SDLDiagnosticMessageResponse is sent, when SDLDiagnosticMessage has been called.
 * Since<b>SmartDeviceLink 3.0</b>
 */
@interface SDLDiagnosticMessageResponse : SDLRPCResponse

@property (strong) NSMutableArray<NSNumber *> *messageDataResult;

@end