Uses of Class
com.pi4j.io.gpio.event.PinEventType
-
Packages that use PinEventType Package Description com.pi4j.io.gpio.event -
-
Uses of PinEventType in com.pi4j.io.gpio.event
Fields in com.pi4j.io.gpio.event declared as PinEventType Modifier and Type Field Description protected PinEventTypeGpioPinEvent. typeprotected PinEventTypePinEvent. typeMethods in com.pi4j.io.gpio.event that return PinEventType Modifier and Type Method Description PinEventTypeGpioPinEvent. getEventType()PinEventTypePinEvent. getEventType()static PinEventTypePinEventType. 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.Constructors in com.pi4j.io.gpio.event with parameters of type PinEventType Constructor Description GpioPinEvent(Object obj, GpioPin pin, PinEventType type)PinEvent(Object obj, Pin pin, PinEventType type)Default event constructor
-