Searched defs:LightFlashEffect (Results 1 – 2 of 2) sorted by relevance
117 struct LightFlashEffect { struct118 int32_t flashMode; /** Blinking mode. For details, see {@link LightFlashMode}. */119 int32_t onTime; /** Duration (in ms) for which the light is on in a blinking period. */120 int32_t offTime; /** Duration (in ms) for which the light is off in a blinking period. */
99 struct LightFlashEffect { struct100 int32_t flashMode;101 uint32_t onTime;102 uint32_t offTime;