Call ITCSCAN Open before any other Native Scanner function, and call ITCSCAN Close when exiting the application.
Gets configuration information using the ISCP command format. For information on specific parameters, see ISCP Command Byte Arrays.
HRESULT ITCSCAN_GetConfigInfo( INT32 iHandle, BYTE rgbCommandBuff[], DWORD dwCommandBuffSize, BYTE rgbReplyBuff[], DWORD *pdwReplyBuffSize)
[in] iHandle
Pointer to a bar code reader object.
[in] rgbCommandBuff
ISCP commands in an array of bytes.
[in] dwCommandBuffSize
Number of bytes in rgbCommandBuff.
[out] rgbReplyBuff
Results of query in array of bytes.
[out] pdwReplyBuffsize
Number of bytes placed in rgbReplyBuff.
A standard error code indicating success or failure.
If Code 39 is enabled, rgbReplyBuff contains the byte string "0x42 0x40 0x01", where:
If the preamble string is set to abc
, rgbReplyBuff contains the byte string "0x60 0xc0 0x00 0x03 0x61 0x62 0x63", where:
abc
.Header File: ITCSCAN2.h
Library: ITCSCAN2.lib