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.
UsbEndpointDescriptor class
Derives information from the USB endpoint descriptor of the endpoint, such as type, direction, and endpoint number. This object also gets the specific endpoint descriptors based on the type of endpoint. For an explanation of an endpoint descriptor, see Section 9.6.5 in the Universal Serial Bus Specification:
- Table 9.18 in the Universal Serial Bus 3.0 Specification
- Table 9.13 in the Universal Serial Bus Specification (version 2.0)
Syntax
public ref class UsbEndpointDescriptor sealed
Attributes
- [DualApiPartition()]
- [MarshalingBehavior(Agile)]
- [Version(0x06030000)]
Members
The UsbEndpointDescriptor class has these types of members:
Methods
The UsbEndpointDescriptor class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
Method | Description |
---|---|
Parse | Parses the specified USB descriptor and returns the USB endpoint descriptor in a UsbEndpointDescriptor object. |
TryParse | Retrieves the USB endpoint descriptor in a UsbEndpointDescriptor object that is contained in a UsbDescriptor object. |
Properties
The UsbEndpointDescriptor class has these properties.
Property | Access type | Description |
---|---|---|
Read-only | Gets an object that represents the endpoint descriptor for the USB bulk IN endpoint. | |
Read-only | Gets an object that represents the endpoint descriptor for the USB bulk OUT endpoint. | |
Read-only | Gets an object that represents the endpoint descriptor for the USB interrupt IN endpoint. | |
Read-only | Gets an object that represents the endpoint descriptor for the USB interrupt OUT endpoint. | |
Read-only | Gets the direction of the USB endpoint. | |
Read-only | Gets the USB endpoint number. | |
Read-only | Gets the type of USB endpoint. |
Requirements
Minimum supported client | Windows 8.1 [Windows Store apps, desktop apps] |
---|---|
Minimum supported server | Windows Server 2012 R2 [Windows Store apps, desktop apps] |
Namespace |
|
Metadata |
|
See also
Show: