Denso BHT-400-CE Reference Manual page 154

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

OnTimeAC
Sets or acquires the backlight ON time when installed on the CU.
Syntax
[VB]
Public Shared Property
[C#]
public static int
Property
ON time (in units of 1 sec)
Parameter values: 0 to 255
Default value: 60
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 installed on the CU.
[VB] Backlight.Settings.OnTimeAC = 10
[C#] Backlight.Settings.OnTimeAC = 10;
OnTimeAC
As Integer
OnTimeAC
{get; set;}
Meaning
The specified parameter value(s) is invalid.
- 148 -

Advertisement

Table of Contents
loading

Table of Contents