Uses of Class
onbon.bx06.Bx6GCommException

Packages that use Bx6GCommException
onbon.bx06 BX 六代卡函数库。

使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。

1. 
onbon.bx06.file 有关控制器文件相关的程式。
 
 

Uses of Bx6GCommException in onbon.bx06
 

Methods in onbon.bx06 that throw Bx6GCommException
 List<String> Bx6GScreen.readFileList(onbon.bx06.message.common.FileType fileType)
          查询目前控制器上的文件清单。
 List<String> Bx6GScreen.readProgramList()
          查询目前控制器上的节目清单。
 

Uses of Bx6GCommException in onbon.bx06.file
 

Methods in onbon.bx06.file that throw Bx6GCommException
 List<onbon.bx06.message.ofs.ReturnDirBlock.FileInfo> BxFileReader.browse()
          读取控制器上目前的文件清单。
 List<onbon.bx06.message.ofs.ReturnDirBlock.FileInfo> BxFileReader.browse(onbon.bx06.message.common.FileType fileType, int dirSize)
          读取控制器上目前特定类型的文件清单。
 boolean BxFileWriter.writeConfig(ControllerConfigBxFile ccf)
          将屏幕参数写入控制器。
 boolean BxFileWriter.writeFile(String fileId, onbon.bx06.message.common.FileType fileType, byte[] data, byte[] crc)
          将文件写入控制器。
 boolean BxFileWriter.writeLogo(LogoBxFile logo)
          将 LOGO 写入控制器。
 boolean BxFileWriter.writePrograms(List<ProgramBxFile> pfs)
          同步将节目组写入控制器。
 boolean BxFileWriter.writeProgramsQuickly(List<ProgramBxFile> pfs)
          同步将节目组写入控制器,本方法不做任何检查。
 boolean BxFileWriter.writeVoice(VoiceBxFile voice)
          将語音写入控制器。
 



Copyright © 2020 onbon. All rights reserved.