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


#import "SDLEnum.h"

/**
 * Enumeration that describes possible states of driver distraction.
 *
 * @since SDL 1.0
 */
typedef SDLEnum SDLDriverDistractionState SDL_SWIFT_ENUM;

/**
 * @abstract Driver distraction rules are in effect.
 */
extern SDLDriverDistractionState const SDLDriverDistractionStateOn;

/**
 * @abstract Driver distraction rules are NOT in effect.
 */
extern SDLDriverDistractionState const SDLDriverDistractionStateOff;