Difference between revisions of "UsbI2cOpen"
From eMDeeWiki
Jump to navigationJump to searchLine 10: | Line 10: | ||
''devAddress'' | ''devAddress'' | ||
− | + | :Device identifier | |
Line 16: | Line 16: | ||
Opens the USB device. | Opens the USB device. | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | <center>'''USBI2C API Reference'''</center> | ||
+ | <center>[[UsbI2c_Index|Index of Functions]]</center> | ||
+ | <center>[[UsbI2c|Home]]</center> |
Revision as of 12:20, 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.