Package | Description |
---|---|
com.cinterion.io |
IO related utility classes for accessing the functionality of a wireless module.
|
java.util |
MID Profile Utility Classes included from Java 2 Standard
Edition.
|
Modifier and Type | Method and Description |
---|---|
Vector |
OutPort.getPins()
Gets the given pin configuration of an instance of a GPIO port of output pins.
|
Vector |
InPort.getPins()
Gets the given pin configuration of an instance of a GPIO port of input pins.
|
Constructor and Description |
---|
InPort(Vector pins)
Creates a new instance of a GPIO port of input pins.
|
OutPort(Vector pins,
Vector values)
Creates a new instance of a GPIO port of output pins.
|
Modifier and Type | Class and Description |
---|---|
class |
Stack
The
Stack class represents a last-in-first-out
(LIFO) stack of objects. |
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.