SCLFlicButtonLEDIndicateCount Constants Reference
Declared in | SCLFlicButton.h |
---|
SCLFlicButtonLEDIndicateCount
@enum SCLFlicButtonLEDIndicateCount
Represents the indication count, meaning how many times the LED will fade when using the indicateLED:
method.
Please be mindful of battery usage.
Definition
typedef NS_ENUM(NSInteger, SCLFlicButtonLEDIndicateCount ) {
SCLFlicButtonLEDIndicateCount1 = 1,
SCLFlicButtonLEDIndicateCount2,
SCLFlicButtonLEDIndicateCount3,
SCLFlicButtonLEDIndicateCount4,
SCLFlicButtonLEDIndicateCount5,
};
Constants
SCLFlicButtonLEDIndicateCount1
-
The LED will fade 1 time.
Declared In
SCLFlicButton.h
. SCLFlicButtonLEDIndicateCount2
-
The LED will fade 2 times.
Declared In
SCLFlicButton.h
. SCLFlicButtonLEDIndicateCount3
-
The LED will fade 3 times.
Declared In
SCLFlicButton.h
. SCLFlicButtonLEDIndicateCount4
-
The LED will fade 4 times.
Declared In
SCLFlicButton.h
. SCLFlicButtonLEDIndicateCount5
-
The LED will fade 5 times.
Declared In
SCLFlicButton.h
.
Declared In
SCLFlicButton.h