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>UAC_HANDLE UsbI2cClose()</tt>
+
<tt>void UsbI2cClose(UAC_HANDLE devHandle)</tt>
  
  
 
'''Return Value'''
 
'''Return Value'''
  
Returns
+
None
  
  
Line 15: Line 15:
 
'''Remarks'''
 
'''Remarks'''
  
Opens
+
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.



USBI2C API Reference
Index of Functions
Home