UsbEndpointDescriptor.Parse(UsbDescriptor) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した USB 記述子を解析し、 UsbEndpointDescriptor オブジェクトの USB エンドポイント記述子を返します。
public:
static UsbEndpointDescriptor ^ Parse(UsbDescriptor ^ descriptor);
static UsbEndpointDescriptor Parse(UsbDescriptor const& descriptor);
public static UsbEndpointDescriptor Parse(UsbDescriptor descriptor);
function parse(descriptor)
Public Shared Function Parse (descriptor As UsbDescriptor) As UsbEndpointDescriptor
パラメーター
- descriptor
- UsbDescriptor
USB エンドポイント記述子を含む UsbDescriptor オブジェクト。
戻り値
USB エンドポイント記述子を含む UsbEndpointDescriptor オブジェクト。