UsbBulkOutEndpointDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
USB 一括 OUT エンドポイントのエンドポイント記述子。 記述子は、エンドポイントの種類、方向、数、およびエンドポイントに書き込むことができる最大バイト数を 1 回の転送で指定します。
public ref class UsbBulkOutEndpointDescriptor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbBulkOutEndpointDescriptor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbBulkOutEndpointDescriptor
Public NotInheritable Class UsbBulkOutEndpointDescriptor
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
EndpointNumber |
一括 OUT エンドポイントの USB エンドポイント番号を取得します。 |
MaxPacketSize |
このエンドポイントとの間で送受信できる最大バイト数を取得します。 |
Pipe |
ホストが一括 IN エンドポイントと通信するために開くパイプを表す オブジェクトを取得します。 |