SoftUSBHubSpeed Enumeration

The SoftUSBHubSpeed enumeration contains values that specify the operating speed of a USB device.

Syntax

typedef enum SoftUSBHubSpeed {
  SoftUSBHubSpeedLow       = 0,
  SoftUSBHubSpeedFull      = 1,
  SoftUSBHubSpeedHigh      = 2,
  SoftUSBHubNotConnected   = 3 
} SoftUSBHubSpeed;

Constants

  • SoftUSBHubSpeedLow
    A value that indicates that the speed of the USB device is low speed.

  • SoftUSBHubSpeedFull
    A value that indicates that the speed of the USB device is full speed.

  • SoftUSBHubSpeedHigh
    A value that indicates that the speed of the USB device is high speed.

  • SoftUSBHubNotConnected
    A value that indicates no speed for the USB device; that is, the device is not connected.

Remarks

The ISoftUSBDevice::OperatingSpeed and ISoftUSBHubPort::AttachedDeviceSpeed methods return the operating speed of a USB device.

Requirements

Version

Header

Softusbif.h (include Softusbif.h)

See Also

ISoftUSBDevice::OperatingSpeed

ISoftUSBHubPort::AttachedDeviceSpeed

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010