Platforms to show: All Mac Windows Linux Cross-Platform

WinUSBMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class USB MBS USB Plugin 12.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Provides access to any USB device on Windows.

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.

Power Policy Type Constants.

Constant Value Description
AutoSuspend &h81
SuspendDelay &h83

Device Speed Constants

Constant Value Description
FullSpeed 2 Full Speed
HighSpeed 3 High Speed
LowSpeed 1 Low Speed

This class has no sub classes.

Some properties using for this class:

Some examples using this class:

Blog Entries


The items on this page are in the following plugins: MBS USB Plugin.


WinUSBInterfaceDescriptionMBS   -   WinUSBNotificationMBS


The biggest plugin in space...