Denso BHT-400-CE Reference Manual page 80

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

MAX_BAR_LEN
The maximum number of digits in the barcode. This value is fixed (not variable).
Syntax
[VB]
Public Const
MAX_BAR_LEN
[C#]
public const int MAX_BAR_LEN;
[Ex.] Declare a buffer containing a barcode with the maximum number of elements.
[VB] Dim ReadBuf(Scanner.MAX_BAR_LEN) As Byte
[C#] Byte[] ReadBuf = new byte[Scanner.MAX_BAR_LEN];
MAX_2DCODE_LEN
The maximum number of digits in the 2D code. This value is fixed (not variable).
Syntax
[VB]
Public Const
MAX_2DCODE_LEN
[C#]
public const int
[Ex.] Declare a buffer containing a 2D code with the maximum number of elements.
[VB] Dim ReadBuf(Scanner.MAX_2DCODE_LEN) As Byte
[C#] Byte[] ReadBuf = new byte[Scanner. MAX_2DCODE_LEN];
As Integer
As Integer
MAX_2DCODE
_LEN;
- 74 -

Advertisement

Table of Contents
loading

Table of Contents