| Package | Description |
|---|---|
| com.cinterion.io | |
| java.util |
| Modifier and Type | Method and Description |
|---|---|
Vector<String> |
OutPort.getPins()
Gets the given pin configuration of an instance of a GPIO port of output
pins.
|
Vector<String> |
InPort.getPins()
Gets the given pin configuration of an instance of a GPIO port of output
pins.
|
| Constructor and Description |
|---|
InPort(Vector<String> pins)
Creates a new instance of a GPIO port of input pins.
|
OutPort(Vector<String> pins,
Vector<Integer> values)
Creates a new instance of a GPIO port of output pins.
|
OutPort(Vector<String> pins,
Vector<Integer> values)
Creates a new instance of a GPIO port of output pins.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Stack<E>
The
Stack class represents a last-in-first-out (LIFO) stack of objects. |