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


#import "SDLButtonName.h"

SDLButtonName const SDLButtonNameOk = @"OK";
SDLButtonName const SDLButtonNameSeekLeft = @"SEEKLEFT";
SDLButtonName const SDLButtonNameSeekRight = @"SEEKRIGHT";
SDLButtonName const SDLButtonNameTuneUp = @"TUNEUP";
SDLButtonName const SDLButtonNameTuneDown = @"TUNEDOWN";
SDLButtonName const SDLButtonNamePreset0 = @"PRESET_0";
SDLButtonName const SDLButtonNamePreset1 = @"PRESET_1";
SDLButtonName const SDLButtonNamePreset2 = @"PRESET_2";
SDLButtonName const SDLButtonNamePreset3 = @"PRESET_3";
SDLButtonName const SDLButtonNamePreset4 = @"PRESET_4";
SDLButtonName const SDLButtonNamePreset5 = @"PRESET_5";
SDLButtonName const SDLButtonNamePreset6 = @"PRESET_6";
SDLButtonName const SDLButtonNamePreset7 = @"PRESET_7";
SDLButtonName const SDLButtonNamePreset8 = @"PRESET_8";
SDLButtonName const SDLButtonNamePreset9 = @"PRESET_9";
SDLButtonName const SDLButtonNameCustomButton = @"CUSTOM_BUTTON";
SDLButtonName const SDLButtonNameSearch = @"SEARCH";