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


#import "SDLRPCResponse.h"

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

NS_ASSUME_NONNULL_BEGIN

@interface SDLDiagnosticMessageResponse : SDLRPCResponse

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

@end

NS_ASSUME_NONNULL_END