public class PixieEvents.GPIEventData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
m_bGPIEvent |
int |
m_GPIPort |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getGPIEventState()
GPI event indicating if the GPI Port State was changed from
low to high (true) or high to low (false).
|
int |
getGPIPort()
GPI Port on which the state changed.
|
void |
setGPIEventData(int gpiPort,
boolean gpiEvent) |
public void setGPIEventData(int gpiPort,
boolean gpiEvent)
public int getGPIPort()
public boolean getGPIEventState()