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

#import "SDLEnum.h"

/**
 * List possible seats that is a remote controllable seat.
 *
 */
typedef SDLEnum SDLSupportedSeat SDL_SWIFT_ENUM;

/**
 * @abstract Save current seat postions and settings to seat memory.
 */
extern SDLSupportedSeat const SDLSupportedSeatDriver;

/**
 * @abstract Restore / apply the seat memory settings to the current seat.
 */
extern SDLSupportedSeat const SDLSupportedSeatFrontPassenger;