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


#import "SDLRPCMessage.h"

NS_ASSUME_NONNULL_BEGIN

@interface SDLRPCRequest : SDLRPCMessage

/**
 *  A unique id assigned to message sent to Core. The Correlation ID is used to map a request to its response.
 */
@property (strong, nonatomic) NSNumber<SDLInt> *correlationID;

@end

NS_ASSUME_NONNULL_END