summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDiagnosticMessageResponse.h
blob: 7021a91ed1c8a09c4aa27ad7df7f22ec800a3f88 (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<SDLInt> *> *messageDataResult;

@end