
46
4.23 OBRGetc
This function retrieves data for one character from the decoding data storage buffer in the scanner
driver.
In the Device Emulator, the function retrieves the code specified by the I/O Simulator.
Calling Sequences
[C++]
int OBRGetc(
DWORD *dwRcd
)
[Visual Basic]
Public Shared Function OBRGetc( _
ByRef dwRcd As Int32 _
) As Int32
[C#]
public static Int32 OBRGetc(
ref Int32 dwRcd
);
Parameters
dwRcd
This parameter is for retrieving a symbology of retrieved decoding data.
OBR_NONDT : No data
OBR_CD39 : Code39 symbology
OBR_NW_7 : NW-7 symbology
OBR_WPCA : WPC (except UPC-E) Addon symbology
OBR_WPC : WPC (except UPC-E) symbology
OBR_UPEA : UPC-E Addon symbology
OBR_UPE : UPC-E symbology
OBR_IDF : Industrial 2of5 symbology
OBR_ITF : Interleaved 2of5 symbology
OBR_CD93 : Code93 symbology
OBR_CD128 : Code128 symbology (note 4)
OBR_MSI : MSI symbology
OBR_IATA : IATA symbology
OBR_RSS14 : RSS-14 symbology or RSS-14 Stacked symbology. (notes 2 and 3)
OBR_RSSLTD : RSS Limited symbology. (notes 2 and 3)
OBR_RSSEXP : RSS Expanded symbology or RSS Expanded Stacked symbology. (notes 2 and 3)
Comentarios a estos manuales