UsbInterruptInEndpointDescriptor クラス

定義

USB 割り込み IN エンドポイントのエンドポイント記述子。 記述子は、エンドポイントの種類、方向、数、およびエンドポイントから読み取ることができる最大バイト数を 1 回の転送で指定します。 アプリは、ホストがエンドポイントにデータをポーリングする頻度に関する情報を取得することもできます。

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
継承
Object Platform::Object IInspectable UsbInterruptInEndpointDescriptor
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

EndpointNumber

割り込み IN エンドポイントの USB エンドポイント番号を取得します。

Interval

USB 割り込みエンドポイントのポリシング間隔を取得します。

MaxPacketSize

このエンドポイントとの間で (パケット内で) 送受信できる最大バイト数を取得します。

Pipe

割り込み IN エンドポイントと通信するためにホストが開くパイプを表す オブジェクトを取得します。

適用対象