Casio DT-X8 Series Manual do Utilizador Página 58

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 184
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 57
58
4.33 OBRSetSuffixChar
This function sets up termination control code that is appended to the end of decoded data before
output.
Calling Sequences
[C++]
int OBRSetSuffixChar(
BYTE bySuffix
)
[Visual Basic]
Public Shared Function OBRSetSuffixChar( _
ByVal bySuffix As Byte _
) As Int32
[C#]
public static Int32 OBRSetSuffixChar(
Byte bySuffix
);
Parameters
bySuffix
This parameter is for specifying termination control code selecting one of the values listed
below.
OBR_ENDCR : CR code (0Dh)
OBR_ENDLF : LF code (0Ah)
OBR_ENDCL : CR code+LF code (0D0Ah)
OBR_ENDTAB : HT code (09h)
OBR_ENDNULL : No termination code.
Return Values
OBR_OK : Normal end
OBR_PRM : Parameter error
OBR_PON : Open already
OBR_NOT_DEVICE : Scanner driver error. In the Device Emulator, this value is not returned.
FUNCTION_UNSUPPORT : Unsupported error
Vista de página 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 183 184

Comentários a estes Manuais

Sem comentários