Class ArduinoSignalRange

java.lang.Object
net.sourceforge.jarduino.message.ArduinoSignalRange

public final class ArduinoSignalRange
extends Object
Arduino Signal Range.
  • Method Details

    • getMaximum

      public Number getMaximum()
      Obtain the maximum.
      Returns:
      the maximum
    • getMinimum

      public Number getMinimum()
      Obtain the minimum.
      Returns:
      the minimum
    • unBounded

      public boolean unBounded()
      is the range unbounded?
      Returns:
      true/false
    • isFloat

      public boolean isFloat()
      Does this range use floats?
      Returns:
      true/false
    • toString

      public String toString()
      Overrides:
      toString in class Object