Denso BHT-400-CE Reference Manual page 153

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

OnTimeBattery
Sets or acquires the ON time when the backlight is powered by the battery.
Syntax
[VB]
Public Shared Property
[C#]
public static int
Property
ON time (in units of 1 sec)
Parameter values: 0 to 255
Default value: 3
Exceptions
Name of Exception
ArgumentException
Note
When "0" is specified, the backlight does not turn ON.
When "255" is specified, the backlight remains ON constantly.
[Ex.] Set the backlight ON time to 10 seconds when the BHT is powered by the battery.
[VB] Backlight.Settings.OnTimeBattery = 10
[C#] Backlight.Settings.OnTimeBattery = 10;
OnTimeBattery
OnTimeBattery
{get; set;}
Meaning
The specified parameter value(s) is invalid.
As Integer
- 147 -

Advertisement

Table of Contents
loading

Table of Contents