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 端點通訊的管道。 |