java.lang.Object | ||
↳ | com.datalogic.extension.selfshopping.led.action.LedAction | |
↳ | com.datalogic.extension.selfshopping.led.action.LedActionSetBrightness |
LED action for setting the brightness of a LED.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | TYPE | Set brightness action type. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor for the set brightness action.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the brightness value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.extension.selfshopping.led.action.LedAction
| |||||||||||
From class
java.lang.Object
|
Set brightness action type.
Default constructor for the set brightness action.
id | The LED ID. |
---|---|
brightness | The LED brightness to set (in percentage). |
Returns the brightness value.
int
The brightness value (in percentage).