Denso BHT-200QW Especificações Página 87

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 86
- 85 -
MAX_BAR_LEN
The maximum number of digits in the barcode. This value is fixed (not variable).
Syntax
[VB]
Public Const MAX_BAR_LEN As Integer
[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 As Integer
[C#]
public const int MAX_2DCODE _LEN;
[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];
Vista de página 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 ... 376 377

Comentários a estes Manuais

Sem comentários