Difference between revisions of "UsbI2cWrite"
From eMDeeWiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | <tt>int UsbI2cWrite(UAC_HANDLE devHandle)</tt> | + | <tt>int UsbI2cWrite(UAC_HANDLE devHandle, unsigned short address, char *data, unsigned short length)</tt> |
Line 11: | Line 11: | ||
''devHandle'' | ''devHandle'' | ||
:The device handle of an open device. Use the value returned by [[UsbI2cOpen]]. | :The device handle of an open device. Use the value returned by [[UsbI2cOpen]]. | ||
+ | |||
+ | ''address'' | ||
+ | :The | ||
+ | |||
+ | ''data'' | ||
+ | :The | ||
+ | |||
+ | ''length'' | ||
+ | :The | ||
Revision as of 12:42, 5 March 2014
int UsbI2cWrite(UAC_HANDLE devHandle, unsigned short address, char *data, unsigned short length)
Return Value
Returns
Parameters
devHandle
- The device handle of an open device. Use the value returned by UsbI2cOpen.
address
- The
data
- The
length
- The
Remarks
Opens