Package | Description |
---|---|
onbon.bx05 |
BX 五代卡函数库。
使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。 1. |
onbon.bx05.file |
有关控制器文件相关的程式。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Bx5GControllerRS.connect(String comName,
int baudrate,
int dataBits,
int stopBits,
int parity)
連線。
|
List<String> |
Bx5GScreen.readProgramList()
查询目前控制器上的节目清单。
|
Modifier and Type | Method and Description |
---|---|
List<onbon.bx05.message.ofs.ReturnDirBlock.FileInfo> |
BxFileReader.browse()
读取控制器上目前的文件清单。
|
List<onbon.bx05.message.ofs.ReturnDirBlock.FileInfo> |
BxFileReader.browse(onbon.bx05.message.common.FileType fileType,
int dirSize)
读取控制器上目前特定类型的文件清单。
|
boolean |
BxFileWriter.writeFile(String fileId,
onbon.bx05.message.common.FileType fileType,
byte[] data,
byte[] crc) |
int |
BxFileWriter.writePrograms(List<ProgramBxFile> pfs)
同步将节目组写入控制器。
|
int |
BxFileWriter.writeProgramsQuickly(List<ProgramBxFile> pfs)
同步将节目组写入控制器,本方法不做任何检查。
|
Copyright © 2020 onbon4j. All rights reserved.