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 GpioPinShutdownGpioPin. getShutdownOptions()Methods in com.pi4j.io.gpio with parameters of type GpioPinShutdown Modifier and Type Method Description voidGpioController. setShutdownOptions(GpioPinShutdown options, GpioPin... pin)voidGpioPin. 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 classGpioPinShutdownImplMethods in com.pi4j.io.gpio.impl that return GpioPinShutdown Modifier and Type Method Description GpioPinShutdownGpioPinImpl. getShutdownOptions()Methods in com.pi4j.io.gpio.impl with parameters of type GpioPinShutdown Modifier and Type Method Description voidGpioControllerImpl. setShutdownOptions(GpioPinShutdown options, GpioPin... pin)voidGpioPinImpl. setShutdownOptions(GpioPinShutdown options)
-