Package | Description |
---|---|
com.pi4j.io.gpio | |
com.pi4j.io.gpio.event | |
com.pi4j.io.gpio.impl |
Modifier and Type | Method and Description |
---|---|
static PinEdge |
PinEdge.getEdge(int edge) |
static PinEdge |
PinEdge.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinEdge[] |
PinEdge.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<PinEdge> |
PinEdge.all() |
EnumSet<PinEdge> |
Pin.getSupportedPinEdges() |
Modifier and Type | Method and Description |
---|---|
protected static Pin |
PinProvider.createDigitalAndPwmPin(String providerName,
int address,
String name,
EnumSet<PinEdge> edges) |
protected static Pin |
PinProvider.createDigitalPin(String providerName,
int address,
String name,
EnumSet<PinEdge> edges) |
protected static Pin |
PinProvider.createDigitalPin(String providerName,
int address,
String name,
EnumSet<PinPullResistance> resistance,
EnumSet<PinEdge> edges) |
protected static Pin |
PinProvider.createPin(String providerName,
int address,
String name,
EnumSet<PinMode> modes,
EnumSet<PinPullResistance> resistance,
EnumSet<PinEdge> edges) |
Modifier and Type | Method and Description |
---|---|
PinEdge |
PinDigitalStateChangeEvent.getEdge()
Get the pin edge for the state change caused by this event.
|
PinEdge |
GpioPinDigitalStateChangeEvent.getEdge()
Get the pin edge for the state change caused by this event.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<PinEdge> |
PinImpl.getSupportedPinEdges() |
Constructor and Description |
---|
PinImpl(String provider,
int address,
String name,
EnumSet<PinMode> modes,
EnumSet<PinPullResistance> pullResistance,
EnumSet<PinEdge> pinEdges) |
Copyright © 2012–2019 Pi4J. All rights reserved.