Jump to content

USBCalls: Difference between revisions

From EDM2
Line 93: Line 93:


===Data Transfer===
===Data Transfer===
*RxUsbDataTransfer
*[[RxUsbDataTransfer]]
*RxUsbBulkRead
*[[RxUsbBulkRead]]
*RxUsbIrqRead
*[[RxUsbIrqRead]]
*RxUsbBulkWrite
*[[RxUsbBulkWrite]]
*RxUsbIrqWrite
*[[RxUsbIrqWrite]]


===Descriptors===
===Descriptors===

Revision as of 23:14, 20 January 2017

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

File

License
  • Freeware Runtime.

USBCALLS Functions

REXX Support

Init

Device Handle

Device Number

Control

Easy Device Control

Easy Interface Control

Easy Endpoint Control

Data Transfer

Descriptors

  • RxUsbDeviceGetDescriptor
  • RxUsbConfigurationGetDescriptor
  • RxUsbStringGetDescriptor
  • RxUsbDeviceSetDescriptor
  • RxUsbConfigurationSetDescriptor
  • RxUsbStringSetDescriptor

Notifications

  • RxUsbRegisterDeviceNotification
  • RxUsbRegisterChangeNotification
  • RxUsbDeregisterNotification

Links