Difference between revisions of "UsbI2cOpen"

From eMDeeWiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
Returns a device handle (if not greater than 0, an error occurred). Save this handle for future reference to this device.
 
Returns a device handle (if not greater than 0, an error occurred). Save this handle for future reference to this device.
 +
  
 
'''Parameters'''
 
'''Parameters'''
Line 9: Line 10:
 
''devAddress''
 
''devAddress''
 
<br>Device identifier
 
<br>Device identifier
 +
  
 
'''Remarks'''
 
'''Remarks'''
  
 
Opens the USB device.
 
Opens the USB device.

Revision as of 12:07, 5 March 2014

UAC_HANDLE UsbI2cOpen(int devAddress)

Return Value

Returns a device handle (if not greater than 0, an error occurred). Save this handle for future reference to this device.


Parameters

devAddress
Device identifier


Remarks

Opens the USB device.