ITCSCAN_SetConfigInfo

Call ITCSCAN Open before any other Native Scanner function, and call ITCSCAN Close when exiting the application.

Updates configurations using the ISCP command format. For information on specific parameters, see ISCP Command Byte Arrays.

Syntax

HRESULT ITCSCAN_SetConfigInfo(
INT32 iHandle,
BYTE rgbCommandBuff[],
DWORD dwCommandBuffSize)

Parameters

[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.

Return Value

A standard error code indicating success or failure.

Header and Library Files

Header File: ITCSCAN2.h

Library: ITCSCAN2.lib

More Information

Native Scanner Functions