Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | USB | MBS USB Plugin | 12.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This class provides funtions exposed by Winusb.dll, which user-mode client drivers and applications can use to communicate with USB devices.
WinUSB functions require Windows XP or later.
see also
http://msdn.microsoft.com/en-us/library/windows/hardware/ff540174(v=vs.85).aspx
and
http://msdn.microsoft.com/en-us/library/windows/hardware/ff540046(v=vs.85).aspx#winusb
For PipeIDs, please use 1, 2, 3... for output pipe IDs and &h81, &h82, &h83... for input pipes.
For Mac you can take a look on the MacUSBDeviceMBS class and the IORegistryMBS class.
See also WinUSBDeviceMBS and WindowsDeviceMBS classes.
For cross platform development also check LibUSBDeviceMBS classes.
Constant | Value | Description |
---|---|---|
AutoSuspend | &h81 | |
SuspendDelay | &h83 |
Constant | Value | Description |
---|---|---|
FullSpeed | 2 |
Full Speed |
HighSpeed | 3 |
High Speed |
LowSpeed | 1 |
Low Speed |
This class has no sub classes.
The items on this page are in the following plugins: MBS USB Plugin.
WinUSBInterfaceDescriptionMBS - WinUSBNotificationMBS