XJAPI_EnumerateXJLinks
Initialises the XJLink hardware.
XJAPI_ERROR XJAPI_EnumerateXJLinks( XJAPI_XJLINK_ENUM_FN callbackFunction, void *callbackArgument );
Version
This function was added in XJTAG version 2.3.0 and so requires that XJAPI_VERSION be defined to be greater than or equal to 0x020300.
Arguments
- callbackFunction
- A user-supplied function that will be called for each XJLink found
- callbackArgument
- A user-defined argument passed to callbackFunction
Return value
An XJAPI_ERROR value indicating whether the function call was successful or not.
XJTAG v4.1.100