Denso BHT-400-CE Reference Manual page 295

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Execute
Executes the OS update.
Syntax
[VB]
Public Sub Execute()
[C#]
public void Execute()
Parameters
None
Return value
None
Exceptions
Name of Exception
FileNotFoundException
ArgumentException
Note
Before calling this method to update the OS, it is necessary to restart the BHT using the
PwrMng.Shutdown (EN_SHUTDOWN_MODE.SYSMODIFY) method.
[Ex.] Update the BHT400 system to the system with filename "BHT400New.zl".
[VB]
MySysMod.FileName = "\SysModification\BHT400New.zl"
MySysMod.Mode = SysModification.EN_MODE.POWEROFF
MySysMod.Execute
Meaning
The file specified by FileName does not exist.
The specified file name is invalid.
The specified mode is invalid.
- 289 -

Advertisement

Table of Contents
loading

Table of Contents