Jump to content

USBCalls: Difference between revisions

From EDM2
Line 108: Line 108:


===Notifications===
===Notifications===
*RxUsbRegisterDeviceNotification
*[[RxUsbRegisterDeviceNotification]]
*RxUsbRegisterChangeNotification
*[[RxUsbRegisterChangeNotification]]
*RxUsbDeregisterNotification
*[[RxUsbDeregisterNotification]]
</div>
</div>



Revision as of 23:28, 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

Links