|
Impact Acquire SDK Java
|
A class to represent a digital input pin(Device specific interface layout only). More...
Public Member Functions | |
| synchronized void | delete () |
| boolean | get () |
| Returns the current state of this input pin. | |
| String | getDescription () |
| Returns a description for this digital input. | |
Protected Member Functions | |
| DigitalInput (long cPtr, boolean cMemoryOwn) | |
| void | finalize () |
Static Protected Member Functions | |
| static long | swigRelease (DigitalInput obj) |
Protected Attributes | |
| transient boolean | swigCMemOwn |
A class to represent a digital input pin(Device specific interface layout only).
|
protected |
| synchronized void delete | ( | ) |
|
protected |
| boolean get | ( | ) |
Returns the current state of this input pin.
| String getDescription | ( | ) |
Returns a description for this digital input.
This might contain connector descriptions or other information like e.g. 'Trigger-In(J8.4/J8.5)', which means, this is the trigger input of connector J8 pins 4 and 5.
|
staticprotected |
|
protected |