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 charATThe At character.static charBLANKThe blank character.static charBRACEThe Brace character.static charCOLONThe colon character.static charCOMMAThe comma character.static charDECThe decimal point character.static charENDBRACEThe endBrace character.static charLFThe lineFeed character.static charPIPEThe Pipe character.static charQUOTEThe quote character.static charSEMICOLONThe semi-colon character.static charUNDERSCOREThe 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
-