The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UsbEndpointType enumeration
Defines constants that indicate the type of USB endpoint: control, bulk, isochronous, or interrupt.
Syntax
public enum class UsbEndpointType
Attributes
- [Version(0x06030000)]
Members
The UsbEndpointType enumeration has these members.
Member | Value | Description |
---|---|---|
Control | control | 0 |
Indicates a USB control endpoint (Endpoint 0). |
Isochronous | isochronous | 1 |
Indicates a USB isochronous endpoint. |
Bulk | bulk | 2 |
Indicates a USB bulk endpoint. |
Interrupt | interrupt | 3 |
Indicates a USB interrupt endpoint. |
Requirements
Minimum supported client | Windows 8.1 |
---|---|
Minimum supported server | Windows Server 2012 R2 |
Namespace |
|
Metadata |
|
Show: