XJAPI_HardwareRelease
Release the hardware.
XJAPI_ERROR XJAPI_HardwareRelease(void);
Arguments
None
Return value
An XJAPI_ERROR value indicating whether the function call was successful or not.
Notes
This function should be called before exiting if XJAPI_HardwareSetup was called successfully, but before XJAPI_Shutdown is called.
XJTAG v4.1.100