Difference between revisions of "UsbGetInputLevel"
From eMDeeWiki
Jump to navigationJump to search (Created page with '<tt>float UsbGetInputLevel(UAC_HANDLE devHandle)</tt> '''Return Value''' Returns '''Parameters''' ''devHandle'' :The device handle of an open device. Use the value returned…') |
|||
Line 1: | Line 1: | ||
− | <tt>float UsbGetInputLevel(UAC_HANDLE devHandle)</tt> | + | <tt>float UsbGetInputLevel(UAC_HANDLE devHandle, int leftOrRight)</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]]. | ||
+ | |||
+ | ''leftOrRight'' | ||
+ | :The | ||
Revision as of 12:46, 5 March 2014
float UsbGetInputLevel(UAC_HANDLE devHandle, int leftOrRight)
Return Value
Returns
Parameters
devHandle
- The device handle of an open device. Use the value returned by UsbI2cOpen.
leftOrRight
- The
Remarks
Opens