Class ArduinoSignalDefinition

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

public class ArduinoSignalDefinition
extends Object
Arduino Signal Definition.
  • Method Details

    • getStartBit

      public int getStartBit()
      Obtain the startBit.
      Returns:
      the startBit
    • getBitLength

      public int getBitLength()
      Obtain the bitLength.
      Returns:
      the bitLength
    • getDataType

      public ArduinoSignalDataType getDataType()
      Obtain the dataType.
      Returns:
      the dataType
    • toString

      public String toString()
      Overrides:
      toString in class Object