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


#import "SDLRPCResponse.h"

@class SDLDIDResult;

/**
 * Read DID Response is sent, when ReadDID has been called
 *
 * Since SmartDeviceLink 2.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLReadDIDResponse : SDLRPCResponse

@property (nullable, strong, nonatomic) NSArray<SDLDIDResult *> *didResult;

@end

NS_ASSUME_NONNULL_END