Denso BHT-400-CE Reference Manual page 81

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

ALL_BUFFER
Specify this parameter during a read operation using the Input method to read the contents of the
entire barcode buffer. This value is fixed (not variable).
Syntax
[VB]
Public Const
ALL_BUFFER
[C#]
public const int ALL_BUFFER;
[Ex.] Read all remaining data in the barcode buffer.
[VB] MyScanner.Input(ReadBuf, 0, Scanner.ALL_BUFFER)
[C#] MyScanner.Input(ReadBuf, 0, Scanner.ALL_BUFFER);
As Integer
- 75 -

Advertisement

Table of Contents
loading

Table of Contents