Class WsRemoteDigitalOutput


public class WsRemoteDigitalOutput extends DigitalOutput
Controls a remote digital output.
  • Constructor Details

    • WsRemoteDigitalOutput

      public WsRemoteDigitalOutput(String name, String p_networkTbl, boolean p_default)
      Constructs the remote output from config.
      Parameters:
      name - Descriptive name of the remote output.
      p_networkTbl - Network table name.
      p_default - Default value.
  • Method Details

    • sendDataToOutput

      protected void sendDataToOutput()
      Sets remote output state to current value.
      Specified by:
      sendDataToOutput in class Output
    • notifyConfigChange

      public void notifyConfigChange()
      Does nothing, config values only affects start state.