Interface DeviceInterface

All Superinterfaces:
AutoCloseable, Closeable
All Known Subinterfaces:
AnalogInputDeviceInterface, AnalogOutputDeviceInterface, GpioDeviceInterface, GpioDigitalDeviceInterface, GpioDigitalInputDeviceInterface, GpioDigitalInputOutputDeviceInterface, GpioDigitalOutputDeviceInterface, I2CDeviceInterface, PwmOutputDeviceInterface, SerialDeviceInterface, SpiDeviceInterface
All Known Implementing Classes:
AbstractDevice, AbstractInputDevice, DefaultI2CDevice, DefaultNativeSerialDevice, DefaultNativeSpiDevice, MCP23xxxDigitalInputDevice, MCP23xxxDigitalInputOutputDevice, MCP23xxxDigitalOutputDevice, NativeGpioInputDevice, NativeGpioInputOutputDevice, NativeGpioOutputDevice, OdroidC2SysFsPwmOutputDevice, PiconZero.PiconZeroAnalogInputDevice, PiconZero.PiconZeroAnalogOutputDevice, PiconZero.PiconZeroDigitalInputDevice, PiconZero.PiconZeroDigitalOutputDevice, PiconZero.PiconZeroPwmOutputDevice, SoftwarePwmOutputDevice, SysFsAnalogInputDevice, SysFsDigitalInputDevice, SysFsDigitalInputOutputDevice, SysFsDigitalOutputDevice, SysFsPwmOutputDevice

public interface DeviceInterface
extends Closeable
  • Method Summary

    Modifier and Type Method Description
    void close()  
    String getKey()  
    boolean isOpen()