Platforms to show: All Mac Windows Linux Cross-Platform
WinUSBPipeInformationMBS class
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | USB | MBS USB Plugin | 12.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
- 4 properties
- property Interval as Integer
- property MaximumPacketSize as Integer
- property PipeId as Integer
- property PipeType as Integer
- 4 constants
Pipe Type Constants
| Constant | Value | Description |
|---|---|---|
| UsbdPipeTypeBulk | 2 |
Indicates that the pipe is a bulk transfer pipe. |
| UsbdPipeTypeControl | 0 |
Indicates that the pipe is a control pipe. |
| UsbdPipeTypeInterrupt | 3 |
Indicates that the pipe is a interrupt pipe. |
| UsbdPipeTypeIsochronous | 1 |
Indicates that the pipe is an isochronous transfer pipe. |
This class has no sub classes.
Some methods using this class:
- WinUSBMBS.QueryPipe(AlternateInterfaceNumber as Integer, PipeIndex as Integer) as WinUSBPipeInformationMBS
Some related classes:
The items on this page are in the following plugins: MBS USB Plugin.
WinUSBNotificationMBS - WinUSBSetupPacketMBS