| Package | Description |
|---|---|
| onbon.bx05 |
BX 五代卡函数库。
使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。 1. |
| Modifier and Type | Method and Description |
|---|---|
Bx5GController.RunMode |
Bx5GControllerServer.getRunMode() |
Bx5GController.RunMode |
Bx5GControllerRS.getRunMode() |
abstract Bx5GController.RunMode |
Bx5GController.getRunMode()
取得运行模式。
|
Bx5GController.RunMode |
Bx5GScreen.getRunMode()
取得运行模式。
|
Bx5GController.RunMode |
Bx5GControllerClient.getRunMode() |
static Bx5GController.RunMode |
Bx5GController.RunMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bx5GController.RunMode[] |
Bx5GController.RunMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|