Package | Description |
---|---|
com.pi4j.io.gpio.event |
Modifier and Type | Field and Description |
---|---|
protected PinEventType |
PinEvent.type |
protected PinEventType |
GpioPinEvent.type |
Modifier and Type | Method and Description |
---|---|
PinEventType |
PinEvent.getEventType() |
PinEventType |
GpioPinEvent.getEventType() |
static PinEventType |
PinEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PinEventType[] |
PinEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GpioPinEvent(Object obj,
GpioPin pin,
PinEventType type) |
PinEvent(Object obj,
Pin pin,
PinEventType type)
Default event constructor
|
Copyright © 2012–2019 Pi4J. All rights reserved.