Denso BHT-400-CE Reference Manual page 294

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Mode
Specifies the operation mode after updating the OS.
Syntax
[VB]
Public Property
[C#]
public EN_MODE Mode{get; set;}
Property
Operation mode
Parameter values: As listed in EN_MODE
Default value: EN_MODE.POWEROFF
Exceptions
None
Note
Even if you specify an invalid file name or a non-existent file, no exceptions will be thrown
immediately. An exception will be 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();
Mode
As EN_MODE
- 288 -

Advertisement

Table of Contents
loading

Table of Contents