
- 324 -
Execute
Executes the OS update.
■ Syntax
[VB]
Public Sub Execute()
[C#]
public void Execute()
■ Parameters
None
■ Return value
None
■ Exceptions
Name of Exception Meaning
FileNotFoundException The file specified by FileName does not exist.
ArgumentException The specified file name is invalid.
The specified mode is invalid.
■ 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 BHT200 system to the system with filename ”BHT200New.zl”.
[VB]
MySysMod.FileName = “\SysModification\BHT200New.zl”
MySysMod.Mode = SysModification.EN_MODE.POWEROFF
MySysMod.Execute
Comentarios a estos manuales