Denso BHT-400-CE Reference Manual page 121

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Len
Acquires the number of digits in the code (code length).
Syntax
[VB]
Public ReadOnly Property
[C#]
public int
Len
Property
Number of digits in the code
Default value: 0
Exceptions
None
[Ex.] Acquire the code type and number of digits in all rows for the data last read.
[VB]
For i = 0 To MyScanner.LastCodeNum
len(i) = MyScanner.LastCodeInfo(i).Len
type(i) = MyScanner.LastCodeInfo(i).Type
Next
[C#]
for (i = 0; i < MyScanner.LastCodeNum; i++) {
len[i] = MyScanner.LastCodeInfo[i].Len
type[i] = MyScanner.LastCodeInfo[i].Type
}
Len
As Integer
{get;}
- 115 -

Advertisement

Table of Contents
loading

Table of Contents