UsbInterruptInPipe.EndpointDescriptor 属性

定义

获取对象,该对象表示与 USB 中断 IN 终结点关联的终结点描述符。

public:
 property UsbInterruptInEndpointDescriptor ^ EndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor EndpointDescriptor();
public UsbInterruptInEndpointDescriptor EndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbInterruptInPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbInterruptInEndpointDescriptor

属性值

一个 UsbInterruptInEndpointDescriptor 对象,该对象表示与 USB 中断 IN 终结点关联的终结点描述符。

适用于