Difference between revisions of "UsbGetBoardSchema"

From eMDeeWiki
Jump to navigationJump to search
(Created page with '<tt>int UsbGetBoardSchema(UAC_HANDLE devHandle)</tt> '''Return Value''' Returns '''Parameters''' ''devHandle'' :The device handle of an open device. Use the value returned …')
 
Line 4: Line 4:
 
'''Return Value'''
 
'''Return Value'''
  
Returns
+
Returns the value of the board schema (see Remarks)
  
  
Line 15: Line 15:
 
'''Remarks'''
 
'''Remarks'''
  
Opens
+
Use this function to retrieve the schema value of the circuit board hardware.  This value is hard-wired as '1' and represents the current (and only) revision level of the hardware.  This function is provided to accommodate possible future hardware changes.
  
  

Revision as of 13:42, 9 July 2014

int UsbGetBoardSchema(UAC_HANDLE devHandle)


Return Value

Returns the value of the board schema (see Remarks)


Parameters

devHandle

The device handle of an open device. Use the value returned by UsbI2cOpen.


Remarks

Use this function to retrieve the schema value of the circuit board hardware. This value is hard-wired as '1' and represents the current (and only) revision level of the hardware. This function is provided to accommodate possible future hardware changes.



USBI2C API Reference
Index of Functions
Home