summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDefrostZone.h
blob: 04519a6a226a5c562cdc39b70913e98682c1592c (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
//
//  SDLDefrostZone.h
//

#import "SDLEnum.h"

/**
 * Enumeration listing possible defrost zones. Used in ClimateControlCapabilities and Data.
 *
 * @since SDL 2.0
 */
typedef SDLEnum SDLDefrostZone SDL_SWIFT_ENUM;

/**
 * A SDLDefrostZone with the value of *FRONT*
 */
extern SDLDefrostZone const SDLDefrostZoneFront;

/**
 * A SDLDefrostZone with the value of *REAR*
 */
extern SDLDefrostZone const SDLDefrostZoneRear;

/**
 * A SDLDefrostZone with the value of *All*
 */
extern SDLDefrostZone const SDLDefrostZoneAll;

/**
 * A SDLDefrostZone with the value of *None*
 */
extern SDLDefrostZone const SDLDefrostZoneNone;