Uses of Interface
com.pi4j.io.gpio.GpioPinShutdown
-
Packages that use GpioPinShutdown Package Description com.pi4j.io.gpio com.pi4j.io.gpio.impl -
-
Uses of GpioPinShutdown in com.pi4j.io.gpio
Methods in com.pi4j.io.gpio that return GpioPinShutdown Modifier and Type Method Description GpioPinShutdown
GpioPin. getShutdownOptions()
Methods in com.pi4j.io.gpio with parameters of type GpioPinShutdown Modifier and Type Method Description void
GpioController. setShutdownOptions(GpioPinShutdown options, GpioPin... pin)
void
GpioPin. setShutdownOptions(GpioPinShutdown options)
-
Uses of GpioPinShutdown in com.pi4j.io.gpio.impl
Classes in com.pi4j.io.gpio.impl that implement GpioPinShutdown Modifier and Type Class Description class
GpioPinShutdownImpl
Methods in com.pi4j.io.gpio.impl that return GpioPinShutdown Modifier and Type Method Description GpioPinShutdown
GpioPinImpl. getShutdownOptions()
Methods in com.pi4j.io.gpio.impl with parameters of type GpioPinShutdown Modifier and Type Method Description void
GpioControllerImpl. setShutdownOptions(GpioPinShutdown options, GpioPin... pin)
void
GpioPinImpl. setShutdownOptions(GpioPinShutdown options)
-