共用方式為


UsbInterruptOutEndpointDescriptor 類別

定義

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
繼承
Object Platform::Object IInspectable UsbInterruptOutEndpointDescriptor
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

EndpointNumber

取得中斷 OUT 端點的 USB 端點編號。

Interval

取得 USB 中斷端點的波道間隔。

MaxPacketSize

取得可傳送至這個端點或從這個端點接收的最大位元組數目。

Pipe

取得 物件,表示主機開啟以與中斷 OUT 端點通訊的管道。

適用於