ITCSCAN_GetAllPortInfo

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

Gets all port information.

Syntax

HRESULT ITCSCAN_GetAllPortInfo(
INT32 iHandle,
PORTDATA portData[])

Parameters

[in] iHandle
Pointer to a bar code reader object.

[out] portData
Buffer for storing port data. The portData buffer size should be the same as the number of ports returned by ITCSCAN_GetNumPorts. For information on this data struct, see portData Struct.

Return Values

A standard error code indicating success or failure.

Header and Library Files

Header File: ITCSCAN2.h

Library: ITCSCAN2.lib

More Information

Native Scanner Functions