Difference between revisions of "USBI2C Function List"
From eMDeeWiki
Jump to navigationJump to search (Created page with 'UsbI2cOpen UsbI2cClose UsbIsDeviceActive UsbI2cWrite UsbI2cRead') |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[UsbI2cOpen]] | + | This list of functions detail the software interface, or API, that is available for USB devices manufactured by eMDee Technology that are compatible with the USBI2C API. All of these functions are available in the DLL named UsbI2C.dll. Prototypes for each function are provided in a header file named UsbI2CInterface.h. |
− | [[UsbI2cClose]] | + | |
− | [[UsbIsDeviceActive]] | + | *[[UsbI2cOpen]] |
− | [[UsbI2cWrite]] | + | *[[UsbI2cClose]] |
− | [[UsbI2cRead]] | + | *[[UsbIsDeviceActive]] |
+ | *[[UsbI2cWrite]] | ||
+ | *[[UsbI2cRead]] | ||
+ | *[[UsbGetXDFP]] | ||
+ | *[[UsbSetXDFP]] | ||
+ | *[[UsbInputLevel]] | ||
+ | *[[UsbOutputLevel]] | ||
+ | *[[UsbOutputBalance]] | ||
+ | *[[UsbGetInputLevel]] | ||
+ | *[[UsbGetOutputLevel]] | ||
+ | *[[UsbGetOutputBalance]] | ||
+ | *[[UsbGetBoardSchema]] | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | <center>'''USBI2C API Reference'''</center> | ||
+ | <center>[[USBI2C_API_Reference|Home]]</center> |
Latest revision as of 13:17, 9 July 2014
This list of functions detail the software interface, or API, that is available for USB devices manufactured by eMDee Technology that are compatible with the USBI2C API. All of these functions are available in the DLL named UsbI2C.dll. Prototypes for each function are provided in a header file named UsbI2CInterface.h.
- UsbI2cOpen
- UsbI2cClose
- UsbIsDeviceActive
- UsbI2cWrite
- UsbI2cRead
- UsbGetXDFP
- UsbSetXDFP
- UsbInputLevel
- UsbOutputLevel
- UsbOutputBalance
- UsbGetInputLevel
- UsbGetOutputLevel
- UsbGetOutputBalance
- UsbGetBoardSchema