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 终结点关联的终结点描述符。

适用于