Interface TaggedActuator

All Known Implementing Classes:
D2A, Switch

public interface TaggedActuator
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the possible selection states of this actuator
    void
    Initialize the actuator
    void
    setSelection(String selection)
    Set the selectionof this actuator
  • Method Details

    • getSelections

      Vector<String> getSelections()
      Get the possible selection states of this actuator
      Returns:
      result of sensor reading
    • setSelection

      void setSelection(String selection) throws OneWireIOException, OneWireException
      Set the selectionof this actuator
      Throws:
      OneWireIOException - on a 1-Wire communication error such as reading an incorrect CRC from a 1-Wire device. This could be caused by a physical interruption in the 1-Wire Network due to shorts or a newly arriving 1-Wire device issuing a 'presence pulse'.
      OneWireException - on a communication or setup error with the 1-Wire adapter
    • initActuator

      void initActuator() throws OneWireIOException, OneWireException
      Initialize the actuator
      Throws:
      OneWireIOException - on a 1-Wire communication error such as reading an incorrect CRC from a 1-Wire device. This could be caused by a physical interruption in the 1-Wire Network due to shorts or a newly arriving 1-Wire device issuing a 'presence pulse'.
      OneWireException - on a communication or setup error with the 1-Wire adapter