次の方法で共有


UsbBulkOutEndpointDescriptor クラス

定義

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

Windows の要件

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

プロパティ

EndpointNumber

一括 OUT エンドポイントの USB エンドポイント番号を取得します。

MaxPacketSize

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

Pipe

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

適用対象