| Modifier and Type | Method and Description |
|---|---|
Signal |
Signal.getOpposite() |
Signal |
Gpio.getSignal() |
static Signal |
Signal.getSignal(int value)
Returns the
Signal enum for the given value |
static Signal |
Signal.getSignal(String valueS)
Returns the
Signal enum for the given string value |
Signal |
GpioBridgeImpl.readValue(Gpio gpio)
|
Signal |
GpioBridge.readValue(Gpio gpio)
|
static Signal |
Signal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signal[] |
Signal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GpioBridgeImpl.writeValue(Gpio gpio,
Signal signal)
|
void |
GpioBridge.writeValue(Gpio gpio,
Signal signal)
|
Copyright © 2017. All rights reserved.