Difference between revisions of "UsbI2cClose"
From eMDeeWiki
Jump to navigationJump to searchLine 15: | Line 15: | ||
'''Remarks''' | '''Remarks''' | ||
− | Closes the USB device. | + | Closes the USB device and releases the USBI2C driver. |
Latest revision as of 10:54, 19 June 2014
void UsbI2cClose(UAC_HANDLE devHandle)
Return Value
None
Parameters
devHandle
- The device handle of an open device. Use the value returned by UsbI2cOpen.
Remarks
Closes the USB device and releases the USBI2C driver.