UsbInterfaceSetting.BulkInEndpoints プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
代替設定で定義されている USB bulk IN エンドポイントに関連付けられている記述子を表す オブジェクトの配列を取得します。
public:
property IVectorView<UsbBulkInEndpointDescriptor ^> ^ BulkInEndpoints { IVectorView<UsbBulkInEndpointDescriptor ^> ^ get(); };
IVectorView<UsbBulkInEndpointDescriptor> BulkInEndpoints();
public IReadOnlyList<UsbBulkInEndpointDescriptor> BulkInEndpoints { get; }
var iVectorView = usbInterfaceSetting.bulkInEndpoints;
Public ReadOnly Property BulkInEndpoints As IReadOnlyList(Of UsbBulkInEndpointDescriptor)
プロパティ値
UsbBulkInEndpointDescriptor オブジェクトの配列。