Package | Description |
---|---|
com.pi4j.io.gpio |
Modifier and Type | Method and Description |
---|---|
PinDirection |
PinMode.getDirection() |
static PinDirection |
PinDirection.getDirection(int direction) |
static PinDirection |
PinDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinDirection[] |
PinDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<PinDirection> |
PinDirection.all() |
Copyright © 2012–2019 Pi4J. All rights reserved.