Difference between revisions of "UsbI2cClose"
From eMDeeWiki
Jump to navigationJump to search(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <tt>void UsbI2cClose()</tt> | + | <tt>void UsbI2cClose(UAC_HANDLE devHandle)</tt> |
Line 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.