summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLECallConfirmationStatus.h
blob: ae63ca4da55a90cb948bf2c0995a8e46f66039eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//  SDLECallConfirmationStatus.h
//


#import "SDLEnum.h"

/** Reflects the status of the eCall Notification.
 *<b>Since</b> SmartDeviceLink 2.0
 <p>
 */
typedef SDLEnum SDLECallConfirmationStatus SDL_SWIFT_ENUM;

/** No E-Call signal triggered.
 */
extern SDLECallConfirmationStatus const SDLECallConfirmationStatusNormal;

/** An E-Call is being in progress.
 */
extern SDLECallConfirmationStatus const SDLECallConfirmationStatusInProgress;

/** CALL_CANCELLED	An E-Call was cancelled by the user.
 */
extern SDLECallConfirmationStatus const SDLECallConfirmationStatusCancelled;

/** The E-Call sequence is completed.
 */
extern SDLECallConfirmationStatus const SDLECallConfirmationStatusCompleted;

/** An E-Call could not be connected.
 */
extern SDLECallConfirmationStatus const SDLECallConfirmationStatusUnsuccessful;

/** E-Call is not configured on this vehicle.
 */
extern SDLECallConfirmationStatus const SDLECallConfirmationStatusConfiguredOff;

/** E-Call is considered to be complete without Emergency Operator contact.
 */
extern SDLECallConfirmationStatus const SDLECallConfirmationStatusCompleteDTMFTimeout;