public class LedInfo
extends java.lang.Object
| Constructor and Description |
|---|
LedInfo()
LoginInfo contructor
|
LedInfo(LED_COLOR ledColor,
int durationSeconds,
boolean blink)
Overloaded contructor takes LED Color, ducation and blink flag
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBlink()
Gets the Blink Flag of the reader
|
int |
getDurationSeconds()
Gets the led light on duration of the reader.
|
LED_COLOR |
getLEDColor()
Gets the LED Color of the reader
|
void |
setBlink(boolean blink)
Sets the Blink Flag of the reader
|
void |
setDurationSeconds(int durationSeconds)
Sets the led light on duration of the reader.
|
void |
setLEDColor(LED_COLOR ledColor)
Sets the LED Color of the reader
|
public LedInfo()
public LedInfo(LED_COLOR ledColor, int durationSeconds, boolean blink)
ledColor - Specifies LED ColordurationSeconds - Duration in Seconds. If zero, the LED blinks continuouslyblink - Specifies LED to be blinked or notpublic LED_COLOR getLEDColor()
public void setLEDColor(LED_COLOR ledColor)
public boolean getBlink()
public void setBlink(boolean blink)
public int getDurationSeconds()
public void setDurationSeconds(int durationSeconds)
durationSeconds -