Enum PvUSBStatus
USB device status enumeration type.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvUSBStatus
Fields
| Name | Description |
|---|---|
| PvUSBStatusCausedOvercurrent | The device caused an over current situation on the USB bus. |
| PvUSBStatusConnected | USB device successfully enumerated. |
| PvUSBStatusEnumerating | The device is currently being enumerated. |
| PvUSBStatusFailedEnumeration | Impossible to enumerate the device. |
| PvUSBStatusGeneralFailure | General failure of connection to the USB device. |
| PvUSBStatusHubNestedTooDeeply | The device is nested too deeply in the hub architecture to be properly enumerated. |
| PvUSBStatusInLegacyHub | The device cannot be enumerated as is connected in a legacy hub. |
| PvUSBStatusNotEnoughBandwidth | Not enough bandwidth on the USB bus to enumerate the device. |
| PvUSBStatusNotEnoughPower | The device lacks power and thus cannot even be enumerated. |
| PvUSBStatusNotInitialized | The status is not initialized. |
| PvUSBStatusReset | The device is currently restarting. |