summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVehicleDataStatus.h
blob: 72f89a3e251520e6698a3765c1bdf448a8804c4a (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
//  SDLVehicleDataStatus.h
//


#import "SDLEnum.h"

/**
 * Reflects the status of a binary vehicle data item.
 *
 * @since SDL 2.0
 */
typedef SDLEnum SDLVehicleDataStatus SDL_SWIFT_ENUM;

/**
 * @abstract No data avaliable
 */
extern SDLVehicleDataStatus const SDLVehicleDataStatusNoDataExists;

/**
 * @abstract return SDLVehicleDataStatus: *OFF*
 */
extern SDLVehicleDataStatus const SDLVehicleDataStatusOff;

/**
 * @abstract return SDLVehicleDataStatus: *ON*
 */
extern SDLVehicleDataStatus const SDLVehicleDataStatusOn;