Parameter package for simple on/off LED control. More...
#include <LEDParamsPackage.h>
Public Member Functions | |
| LEDParamsPackagePlain (bool isOn) | |
| Constructor. | |
| bool | getIsOn () const |
| Gets the on/off state. | |
| void | setIsOn (bool isOn) |
| Sets the on/off state. | |
Public Member Functions inherited from LEDParamsPackage | |
| virtual | ~LEDParamsPackage ()=default |
| Virtual destructor. | |
Parameter package for simple on/off LED control.
|
inline |
Constructor.
| isOn | Initial on/off state. |