Class WsRemoteDigitalInput


public class WsRemoteDigitalInput extends DigitalInput
Reads a remote digital input.
  • Constructor Details

    • WsRemoteDigitalInput

      public WsRemoteDigitalInput(String p_name, String p_networkTbl)
      Construct the remote input.
      Parameters:
      p_name - Name of the input.
      p_networkTbl - Network table name.
  • Method Details

    • readRawValue

      public boolean readRawValue()
      Reads the value from the remote digital input.
      Specified by:
      readRawValue in class DigitalInput
      Returns:
      Raw value from input.