Enum PvUSBSpeed
USB speed enumeration type.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvUSBSpeed
Fields
| Name | Description |
|---|---|
| PvUSBSpeedFull | The USB speed is full (USB 1.1 maximum 12Mbps). |
| PvUSBSpeedHigh | The USB speed is high (USB 2.0 maximum 480Mbps). |
| PvUSBSpeedLow | The USB speed is low (USB 1.1 maximum 1.5Mbps). |
| PvUSBSpeedSuper | The USB speed is super (USB 3.0 maximum 5Gbps). |
| PvUSBSpeedUnknown | The USB speed is not determined. |
| PvUSBSpeedUnsupported | An error indicated an unsupported or mismatched speed/ |