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 | 22.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
The user populates this class and then submits it in order to request a transfer. After the transfer has completed, the library populates the transfer with the results and passes it back to the user.
Please check LibUSB documentation and examples for asynchronous transfers.
Constant | Value | Description |
---|---|---|
kTransferFlagsAddZeroPacket | 4 | Terminate transfers that are a multiple of the endpoint's MaxPacketSize with an extra zero length packet. more |
kTransferFlagsShortNotOK | 1 |
Report short frames as errors. |
Constant | Value | Description |
---|---|---|
kTransferStatusCancelled | 3 |
Transfer was cancelled. |
kTransferStatusCompleted | 0 |
Transfer completed without error. Note that this does not indicate that the entire amount of requested data was transferred. |
kTransferStatusError | 1 |
Transfer failed |
kTransferStatusNoDevice | 5 |
Device was disconnected |
kTransferStatusOverflow | 6 |
Device sent more data than requested |
kTransferStatusStall | 4 |
For bulk/interrupt endpoints: halt condition detected (endpoint stalled). For control endpoints: control request not supported. |
kTransferStatusTimeout | 2 |
Transfer timed out. |
Constant | Value | Description |
---|---|---|
kTransferTypeBulk | 2 |
Bulk endpoint |
kTransferTypeBulkStream | 4 |
Stream endpoint. |
kTransferTypeControl | 0 |
Control endpoint |
kTransferTypeInterrupt | 3 |
Interrupt endpoint |
kTransferTypeISOChronous | 1 |
Isochronous endpoint |
This class has no sub classes.
The items on this page are in the following plugins: MBS USB Plugin.
LibUSBISOPacketDescriptorMBS - LibUSBVersionMBS