Class ArduinoChar

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

public final class ArduinoChar
extends Object
Standard characters.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static char AT
    The At character.
    static char BLANK
    The blank character.
    static char BRACE
    The Brace character.
    static char COLON
    The colon character.
    static char COMMA
    The comma character.
    static char DEC
    The decimal point character.
    static char ENDBRACE
    The endBrace character.
    static char LF
    The lineFeed character.
    static char PIPE
    The Pipe character.
    static char QUOTE
    The quote character.
    static char SEMICOLON
    The semi-colon character.
    static char UNDERSCORE
    The underscore character.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait