Uses of Class
com.pi4j.io.gpio.PinEdge
-
Packages that use PinEdge Package Description com.pi4j.io.gpio com.pi4j.io.gpio.event com.pi4j.io.gpio.impl -
-
Uses of PinEdge in com.pi4j.io.gpio
Methods in com.pi4j.io.gpio that return PinEdge Modifier and Type Method 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.Methods in com.pi4j.io.gpio that return types with arguments of type PinEdge Modifier and Type Method Description static EnumSet<PinEdge>
PinEdge. all()
EnumSet<PinEdge>
Pin. getSupportedPinEdges()
Method parameters in com.pi4j.io.gpio with type arguments of type PinEdge Modifier and Type Method 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)
-
Uses of PinEdge in com.pi4j.io.gpio.event
Methods in com.pi4j.io.gpio.event that return PinEdge Modifier and Type Method Description PinEdge
GpioPinDigitalStateChangeEvent. getEdge()
Get the pin edge for the state change caused by this event.PinEdge
PinDigitalStateChangeEvent. getEdge()
Get the pin edge for the state change caused by this event. -
Uses of PinEdge in com.pi4j.io.gpio.impl
Methods in com.pi4j.io.gpio.impl that return types with arguments of type PinEdge Modifier and Type Method Description EnumSet<PinEdge>
PinImpl. getSupportedPinEdges()
-