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.
UsbInterruptInEndpointDescriptor class
The endpoint descriptor for a USB interrupt IN endpoint. The descriptor specifies the endpoint type, direction, number and also the maximum number of bytes that can be read from the endpoint, in a single transfer. The app can also get information about how often the host polls the endpoint for data.
Syntax
public ref class UsbInterruptInEndpointDescriptor sealed
Attributes
- [DualApiPartition()]
- [MarshalingBehavior(Agile)]
- [Version(0x06030000)]
Members
The UsbInterruptInEndpointDescriptor class has these types of members:
Methods
The UsbInterruptInEndpointDescriptor class inherits methods from the Object class (C#/VB/C++).
Properties
The UsbInterruptInEndpointDescriptor class has these properties.
Property | Access type | Description |
---|---|---|
Read-only | Gets the USB endpoint number of the interrupt IN endpoint. | |
Read-only | Gets the poling interval of the USB interrupt endpoint. | |
Read-only | Gets the maximum number of bytes that can be sent to or received (in a packet) from this endpoint. | |
Read-only | Gets the object that represents the pipe that the host opens to communicate with the interrupt IN 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: