Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
MSG_BT_UUID |
"MSG_BT_UUID" |
public static final java.lang.String |
MSG_SERVER_NAME |
"MSG_SERVER_NAME" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
KEYBOARD_MSG_PAYLOAD_LENGTH |
8 |
public static final int |
MOUSE_DOWN_MSG_PAYLOAD_LENGTH |
0 |
public static final int |
MOUSE_MOVE_MSG_PAYLOAD_LENGTH |
8 |
public static final int |
MOUSE_UP_MSG_PAYLOAD_LENGTH |
0 |
public static final byte |
MSG_TYPE_KEYBOARD |
0 |
public static final byte |
MSG_TYPE_MOUSE_DOWN |
1 |
public static final byte |
MSG_TYPE_MOUSE_MOVE |
3 |
public static final byte |
MSG_TYPE_MOUSE_UP |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
GPS_MSG_PAYLOAD_LENGTH |
40 |
public static final byte |
GPS_MSG_TYPE |
4 |