| Package | Description |
|---|---|
| onbon.bx05 |
BX 五代卡函数库。
使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。 1. |
| Modifier and Type | Method and Description |
|---|---|
Bx5GScreenRS.BaudRate |
Bx5GScreenRS.getBaudrate()
取得波特率。
|
static Bx5GScreenRS.BaudRate |
Bx5GScreenRS.BaudRate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bx5GScreenRS.BaudRate[] |
Bx5GScreenRS.BaudRate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Bx5GScreenRS.connect(java.lang.String comPort,
Bx5GScreenRS.BaudRate baudrate)
连线。
|