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