Casio DT-X8 Series Bedienungsanleitung Seite 58

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 184
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 183 184

Kommentare zu diesen Handbüchern

Keine Kommentare