Class WsAnalogInputConfig

  • All Implemented Interfaces:
    InputConfig

    public class WsAnalogInputConfig
    extends java.lang.Object
    implements InputConfig
    Contains configuration for analog inputs.
    • Constructor Summary

      Constructors 
      Constructor Description
      WsAnalogInputConfig​(int channel)
      Construct the analog output config.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getChannel()
      Returns the hardware port number.
      java.lang.String toString()
      Builds a JSON String describing the analog output config.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WsAnalogInputConfig

        public WsAnalogInputConfig​(int channel)
        Construct the analog output config.
        Parameters:
        channel - Analog hardware port number.
    • Method Detail

      • getChannel

        public int getChannel()
        Returns the hardware port number.
        Returns:
        The hardware port number.
      • toString

        public java.lang.String toString()
        Builds a JSON String describing the analog output config.
        Overrides:
        toString in class java.lang.Object
        Returns:
        Channel number.