| Modifier and Type | Method and Description |
|---|---|
GPIODriver.GPIOChannel.Direction |
GPIODriver.GPIOChannel.getDirection()
Get the direction for this channel
|
GPIODriver.GPIOChannel.Direction |
TestGPIODriver.getDirection(int channel) |
static GPIODriver.GPIOChannel.Direction |
GPIODriver.GPIOChannel.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPIODriver.GPIOChannel.Direction[] |
GPIODriver.GPIOChannel.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPIODriver.GPIOChannel.setDirection(GPIODriver.GPIOChannel.Direction dir)
Set the direction for this channel
|
void |
TestGPIODriver.setDirection(int channel,
GPIODriver.GPIOChannel.Direction dir) |
Copyright © 2018 LSST. All rights reserved.