Declared in SBKConstants.h

SBKCommonLigthFlashCommand

Common command to flash the light. In comment belllow, ‘-’ is on and ‘_’ is off, one bit countinue 0.5s.

You can use repeat parameter of ‘flashLightWithCommand:repeat:completion:’ to replay the command.

Definition

typedef NS_OPTIONS(u_int8_t, SBKCommonLigthFlashCommand ) {
   SBKCommonFlashLightCommand_Normal = 0 xAA,
   SBKCommonFlashLightCommand_22 = 0 xCC,
   SBKCommonFlashLightCommand_13 = 0 x88,
   SBKCommonFlashLightCommand_31 = 0 xEE,
   SBKCommonFlashLightCommand_40 = 0 xF0,
   SBKCommonFlashLightCommand_53 = 0 xF8,
};

Constants

SBKCommonFlashLightCommand_Normal

----

Declared In SBKConstants.h.

SBKCommonFlashLightCommand_22

Declared In SBKConstants.h.

SBKCommonFlashLightCommand_13

--

Declared In SBKConstants.h.

SBKCommonFlashLightCommand_31

Declared In SBKConstants.h.

SBKCommonFlashLightCommand_40

—-____

Declared In SBKConstants.h.

SBKCommonFlashLightCommand_53

—–___

Declared In SBKConstants.h.

Declared In

SBKConstants.h