Uses of Class
com.pi4j.exception.ShutdownException
-
Packages that use ShutdownException Package Description com.pi4j.common com.pi4j.context com.pi4j.extension com.pi4j.io com.pi4j.io.gpio.digital com.pi4j.io.i2c com.pi4j.io.pwm com.pi4j.platform com.pi4j.provider -
-
Uses of ShutdownException in com.pi4j.common
Methods in com.pi4j.common that throw ShutdownException Modifier and Type Method Description T
Lifecycle. shutdown(Context context)
shutdown. -
Uses of ShutdownException in com.pi4j.context
Methods in com.pi4j.context that throw ShutdownException Modifier and Type Method Description Context
Context. shutdown()
shutdown. -
Uses of ShutdownException in com.pi4j.extension
Methods in com.pi4j.extension that throw ShutdownException Modifier and Type Method Description default void
Plugin. shutdown(Context context)
shutdown. -
Uses of ShutdownException in com.pi4j.io
Methods in com.pi4j.io that throw ShutdownException Modifier and Type Method Description IO_TYPE
IOBase. shutdown(Context context)
shutdown. -
Uses of ShutdownException in com.pi4j.io.gpio.digital
Methods in com.pi4j.io.gpio.digital that throw ShutdownException Modifier and Type Method Description DIGITAL_TYPE
DigitalBase. shutdown(Context context)
shutdown.DigitalOutput
DigitalOutputBase. shutdown(Context context)
shutdown. -
Uses of ShutdownException in com.pi4j.io.i2c
Methods in com.pi4j.io.i2c that throw ShutdownException Modifier and Type Method Description I2C
I2CBase. shutdown(Context context)
shutdown. -
Uses of ShutdownException in com.pi4j.io.pwm
Methods in com.pi4j.io.pwm that throw ShutdownException Modifier and Type Method Description Pwm
PwmBase. shutdown(Context context)
shutdown. -
Uses of ShutdownException in com.pi4j.platform
Methods in com.pi4j.platform that throw ShutdownException Modifier and Type Method Description PLATFORM
PlatformBase. shutdown(Context context)
shutdown. -
Uses of ShutdownException in com.pi4j.provider
Methods in com.pi4j.provider that throw ShutdownException Modifier and Type Method Description PROVIDER_TYPE
ProviderBase. shutdown(Context context)
shutdown.
-