Denso BHT-400-CE Reference Manual page 251

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

PwrDownTime
Sets or acquires the length of time the PWR key is pressed down until the power turns OFF.
Syntax
[VB]
Public Shared Property
[C#]
public static int
Property
Length of time key pressed down (in units of 100msec)
Parameter values: 1 to 255
Default value: 5
Exceptions
Name of Exception
ArgumentException
[Ex.] Make setting to ensure the power does not turn OFF unless the [PWR] key is held
down for 10 seconds.
[VB] Keys.Settings.PwrDownTime = 100
[C#] Keys.Settings.PwrDownTime = 100;
PwrDownTime
PwrDownTime
{get; set;}
Meaning
The specified parameter value(s) is invalid.
As Integer
- 245 -

Advertisement

Table of Contents
loading

Table of Contents