Denso BHT-400-CE Reference Manual page 123

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

CRTime
Sets or acquires re-read prevention time.
Syntax
[VB]
Public Shared Property
[C#]
public static int
Property
Re-read prevention time (in units of 100 msec)
Parameter values: 0 to 255
Default value: 10
Exceptions
Name of Exception
ArgumentException
Note
If "0" is specified, the same code will not be read twice in a row.
nd
[Ex.] Set the 2
read prevention time to 2 seconds.
[VB] Scanner.Settings.CRTime = 10
[C#] Scanner.Settings.CRTime = 10;
CRTime
As Integer
CRTime
{get; set;}
Meaning
The specified parameter value(s) is invalid.
- 117 -

Advertisement

Table of Contents
loading

Table of Contents