UsbInterruptInEndpointDescriptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
USB 中断 IN 终结点的终结点描述符。 描述符指定终结点类型、方向、数字,以及单个传输中可从终结点读取的最大字节数。 应用还可以获取有关主机轮询终结点数据的频率的信息。
public ref class UsbInterruptInEndpointDescriptor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbInterruptInEndpointDescriptor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbInterruptInEndpointDescriptor
Public NotInheritable Class UsbInterruptInEndpointDescriptor
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
EndpointNumber |
获取中断 IN 终结点的 USB 终结点编号。 |
Interval |
获取 USB 中断终结点的翻转间隔。 |
MaxPacketSize |
获取可从此终结点发送或接收 (数据包) 的最大字节数。 |
Pipe |
获取 表示主机打开以与中断 IN 终结点通信的管道的 对象。 |