public final class SerialComToKeyStrokeToApp extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHAR_ALPHABETICAL
The value specifying a alphabetical character.
|
static int |
CHAR_ALPHANUMERICAL
The value specifying a alphanumerical character.
|
static int |
CHAR_ANY
The value specifying any character.
|
static int |
CHAR_NUMERIC
The value specifying a numerical character (ASCII characters from value 48 to 57).
|
static int |
CHAR_SPECIAL
The value specifying a special character.
|
| Constructor and Description |
|---|
SerialComToKeyStrokeToApp() |
public static final int CHAR_ANY
The value specifying any character. Integer constant with value 0x01.
public static final int CHAR_NUMERIC
The value specifying a numerical character (ASCII characters from value 48 to 57). Integer constant with value 0x02.
public static final int CHAR_ALPHABETICAL
The value specifying a alphabetical character. (ASCII characters from value 65 to 90 and 97 to 122). Integer constant with value 0x03.
public static final int CHAR_ALPHANUMERICAL
The value specifying a alphanumerical character. (ASCII characters from value 65 to 90, 97 to 122 and 48 to 57). Integer constant with value 0x04.
public static final int CHAR_SPECIAL
The value specifying a special character. Integer constant with value 0x05.
Copyright © 2016. All rights reserved.