Package net.sourceforge.jarduino.message
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
-
Field Details
-
COLON
public static final char COLONThe colon character.- See Also:
- Constant Field Values
-
SEMICOLON
public static final char SEMICOLONThe semi-colon character.- See Also:
- Constant Field Values
-
COMMA
public static final char COMMAThe comma character.- See Also:
- Constant Field Values
-
PIPE
public static final char PIPEThe Pipe character.- See Also:
- Constant Field Values
-
AT
public static final char ATThe At character.- See Also:
- Constant Field Values
-
QUOTE
public static final char QUOTEThe quote character.- See Also:
- Constant Field Values
-
BLANK
public static final char BLANKThe blank character.- See Also:
- Constant Field Values
-
DEC
public static final char DECThe decimal point character.- See Also:
- Constant Field Values
-
UNDERSCORE
public static final char UNDERSCOREThe underscore character.- See Also:
- Constant Field Values
-
BRACE
public static final char BRACEThe Brace character.- See Also:
- Constant Field Values
-
ENDBRACE
public static final char ENDBRACEThe endBrace character.- See Also:
- Constant Field Values
-
LF
public static final char LFThe lineFeed character.- See Also:
- Constant Field Values
-