Interface DigitalInputDeviceInterface

All Known Implementing Classes:
AbstractDigitalInputDevice, Button, DebouncedDigitalInputDevice, DigitalInputDevice, DigitalInputOutputDevice, MotionSensor, SmoothedInputDevice, WaitableDigitalInputDevice

public interface DigitalInputDeviceInterface
Base interface for devices with digital input.
  • Method Summary

    Modifier and Type Method Description
    void close()  
    boolean getValue()