Denso BHT-400-CE Reference Manual page 293

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

FileName
Specifies the OS update filename.
Syntax
[VB]
Public Property
[C#]
public string FileName{get; set;}
Property
Filename
Default value: ""
The file name must contain the absolute path of the file.
Set the path name to "\SysModify\".
Ensure that the file extension is ".zl".
Exceptions
None
Note
Even if an invalid filename or a non-existent file is specified, no exceptions are immediately
thrown. An exception is thrown when the Execute method attempts to update (modify) the
OS.
[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
[C#]
MySysMod.FileName = @"\SysModification\BHT400New.zl";
MySysMod.Mode = SysModification.EN_MODE.POWEROFF;
MySysMod.Execute();
FileName
As String
- 287 -

Advertisement

Table of Contents
loading

Table of Contents