public class GPITrigger
extends java.lang.Object
| Constructor and Description |
|---|
GPITrigger() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPortNumber()
GPI Port number on which the trigger is to be enabled.
|
int |
getTimeout()
Trigger timeout in milliseconds.
|
boolean |
isGPIEvent()
The Boolean value that causes a GPI event to trigger.
|
void |
setGPIEvent(boolean m_bGPIEvent)
The Boolean value that causes a GPI event to trigger.
|
void |
setPortNumber(int gpiPortNumber)
GPI Port number on which the trigger is to be enabled.
|
void |
setTimeout(int m_nGPITimeout)
Trigger timeout in milliseconds.
|
public boolean isGPIEvent()
public void setGPIEvent(boolean m_bGPIEvent)
public int getPortNumber()
public void setPortNumber(int gpiPortNumber)
public int getTimeout()
public void setTimeout(int m_nGPITimeout)