Jump to content

USBCalls: Difference between revisions

From EDM2
No edit summary
Line 1: Line 1:
==Description==
==Description==
 
The USBCalls API is a set of instructions to help the developer communicate to USB devices.


==Download==
==Download==
Line 35: Line 35:
* UsbStartIsoTransfer
* UsbStartIsoTransfer
* UsbStartCtrlTransfer
* UsbStartCtrlTransfer
* RxUsbDeviceClearFeature
* RxUsbInterfaceClearFeature
* RxUsbEndpintClearFeature
* RxUsbEndpointClearHalt


==Links==
==Links==

Revision as of 16:04, 5 January 2017

Description

The USBCalls API is a set of instructions to help the developer communicate to USB devices.

Download

File

License

  • Freeware Runtime.

Functions

  • UsbQueryDeviceReport
  • UsbQueryNumberDevices
  • UsbQueryStringReport
  • UsbBulkRead
  • UsbIsoClose
  • UsbIrqWrite
  • UsbBulkWrite
  • UsbCtrlMessage
  • UsbFixupDevice
  • UsbDeregisterNotification
  • UsbDataTransfer
  • UsbCtrlTransfer
  • UsbCancelTransfer
  • UsbQueryDeviceInfo
  • UsbOpen
  • UsbRegisterChangeNotification
  • UsbClose
  • UsbRegisterDeviceNotification
  • UsbIrqRead
  • UsbIsoOpen
  • UsbStartDataTransfer
  • UsbStartIsoTransfer
  • UsbStartCtrlTransfer
  • RxUsbDeviceClearFeature
  • RxUsbInterfaceClearFeature
  • RxUsbEndpintClearFeature
  • RxUsbEndpointClearHalt

Links