UsbInterruptOutEndpointDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
USB 割り込み OUT エンドポイントのエンドポイント記述子。 記述子は、エンドポイントの種類、方向、数、およびエンドポイントに書き込むことができる最大バイト数を 1 回の転送で指定します。 アプリは、ホストがエンドポイントをポーリングしてデータを送信する頻度に関する情報を取得することもできます。
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 エンドポイントと通信するためにホストが開くパイプを表す オブジェクトを取得します。 |