public interface RdGnPiGpioDBlinkMBean
RdGnPiGpioDBlink
makes
use of a few Frame4J utilities and forsakes the benedictions gained by
inheriting App
. PiUtil
it is relatively simple to take the sources and
isolate RdGnPiGpioDBlink
completely from Frame4J
if one wants a stand alone pigpioD with Java demo.Modifier and Type | Method and Description |
---|---|
Integer |
getCycCount()
See the number of cycles.
|
Boolean |
getLEDgn()
The state of the green LED(s).
|
Boolean |
getLEDrd()
The state of the red LED(s).
|
Boolean |
getLEDye()
The state of the yellow LED(s).
|
Integer |
getPiType()
Get the Pi type.
|
void |
setCycCount(Integer cycCount)
Set the number of cycles.
|
void |
stop()
Stop the cycle loop.
|
Boolean getLEDye()
Boolean getLEDrd()
Boolean getLEDgn()
void stop()
Integer getCycCount()
setCycCount(Integer)
void setCycCount(Integer cycCount)
Integer getPiType()