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

#import "SDLRPCMessage.h"

#import "SDLECallConfirmationStatus.h"
#import "SDLVehicleDataNotificationStatus.h"

NS_ASSUME_NONNULL_BEGIN

@interface SDLECallInfo : SDLRPCStruct

@property (strong, nonatomic) SDLVehicleDataNotificationStatus eCallNotificationStatus;
@property (strong, nonatomic) SDLVehicleDataNotificationStatus auxECallNotificationStatus;
@property (strong, nonatomic) SDLECallConfirmationStatus eCallConfirmationStatus;

@end

NS_ASSUME_NONNULL_END