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


#import "SDLWiperStatus.h"

SDLWiperStatus const SDLWiperStatusOff = @"OFF";
SDLWiperStatus const SDLWiperStatusAutomaticOff = @"AUTO_OFF";
SDLWiperStatus const SDLWiperStatusOffMoving = @"OFF_MOVING";
SDLWiperStatus const SDLWiperStatusManualIntervalOff = @"MAN_INT_OFF";
SDLWiperStatus const SDLWiperStatusManualIntervalOn = @"MAN_INT_ON";
SDLWiperStatus const SDLWiperStatusManualLow = @"MAN_LOW";
SDLWiperStatus const SDLWiperStatusManualHigh = @"MAN_HIGH";
SDLWiperStatus const SDLWiperStatusManualFlick = @"MAN_FLICK";
SDLWiperStatus const SDLWiperStatusWash = @"WASH";
SDLWiperStatus const SDLWiperStatusAutomaticLow = @"AUTO_LOW";
SDLWiperStatus const SDLWiperStatusAutomaticHigh = @"AUTO_HIGH";
SDLWiperStatus const SDLWiperStatusCourtesyWipe = @"COURTESYWIPE";
SDLWiperStatus const SDLWiperStatusAutomaticAdjust = @"AUTO_ADJUST";
SDLWiperStatus const SDLWiperStatusStalled = @"STALLED";
SDLWiperStatus const SDLWiperStatusNoDataExists = @"NO_DATA_EXISTS";