SCLFlicButtonLEDIndicateCount Constants Reference

Declared in SCLFlicPoicButton.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 SCLFlicPoicButton.h.

SCLFlicButtonLEDIndicateCount2

The LED will fade 2 times.

Declared In SCLFlicPoicButton.h.

SCLFlicButtonLEDIndicateCount3

The LED will fade 3 times.

Declared In SCLFlicPoicButton.h.

SCLFlicButtonLEDIndicateCount4

The LED will fade 4 times.

Declared In SCLFlicPoicButton.h.

SCLFlicButtonLEDIndicateCount5

The LED will fade 5 times.

Declared In SCLFlicPoicButton.h.

Declared In

SCLFlicPoicButton.h