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

#import "SDLRPCMessage.h"

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


@interface SDLECallInfo : SDLRPCStruct

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

@end