UsbInterruptOutEndpointDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
USB 中斷 OUT 端點的端點描述項。 描述項會指定端點類型、方向、數位,以及可在單一傳輸中寫入端點的最大位元組數目。 應用程式也可以取得主機輪詢端點以傳送資料的頻率相關資訊。
public ref class UsbInterruptOutEndpointDescriptor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbInterruptOutEndpointDescriptor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbInterruptOutEndpointDescriptor
Public NotInheritable Class UsbInterruptOutEndpointDescriptor
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
EndpointNumber |
取得中斷 OUT 端點的 USB 端點編號。 |
Interval |
取得 USB 中斷端點的波道間隔。 |
MaxPacketSize |
取得可傳送至這個端點或從這個端點接收的最大位元組數目。 |
Pipe |
取得 物件,表示主機開啟以與中斷 OUT 端點通訊的管道。 |