共用方式為


UsbBulkInPipe.EndpointDescriptor 屬性

定義

取得 物件,表示與 USB 大量 IN 端點相關聯的端點描述元。

public:
 property UsbBulkInEndpointDescriptor ^ EndpointDescriptor { UsbBulkInEndpointDescriptor ^ get(); };
UsbBulkInEndpointDescriptor EndpointDescriptor();
public UsbBulkInEndpointDescriptor EndpointDescriptor { get; }
var usbBulkInEndpointDescriptor = usbBulkInPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbBulkInEndpointDescriptor

屬性值

UsbBulkInEndpointDescriptor物件,代表與 USB 大量 IN 端點相關聯的端點描述元。

適用於