Class ArduinoValues

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

public class ArduinoValues
extends Object
Values.
  • Method Details

    • getOwner

      public ArduinoSignal getOwner()
      Obtain the owner.
      Returns:
      the owner
    • getValues

      public Map<Number,​String> getValues()
      Obtain the values.
      Returns:
      the values
    • getDescriptionForValue

      public String getDescriptionForValue​(Number pValue)
      Obtain the description for the value.
      Parameters:
      pValue - the value
      Returns:
      the description
    • parseValues

      public static void parseValues​(ArduinoSystem pSystem, String pValuesDef) throws ArduinoException
      parse the values definition.
      Parameters:
      pSystem - the system
      pValuesDef - the values definition
      Throws:
      ArduinoException - on error
    • toString

      public String toString()
      Overrides:
      toString in class Object