Your browser does not allow scripts
Please click here to view a static table of contents without scripts
JTAG_Close
Return to Introduction  Previous page  Next page
Close an open device.

FTC_STATUS
JTAG_Close
(FTC_HANDLE ftHandle)




Parameters
ftHandle
Handle of the device.




Return Value
FTC_SUCCESS if successful, otherwise the return value is one of the following FTC error codes:

   FTC_INVALID_HANDLE
   FTC_IO_ERROR



Example

FTC_STATUS Status = FTC_SUCCESS;
FTC_HANDLE ftHandle;

Status = JTAG_Close(ftHandle);