Difference between revisions of "UsbI2cClose"
From eMDeeWiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | <tt>void UsbI2cClose()</tt> | + | <tt>void UsbI2cClose(UAC_HANDLE devHandle)</tt> |
Revision as of 12:39, 5 March 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.