UsbInterruptOutPipe.EndpointDescriptor 属性

定义

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

public:
 property UsbInterruptOutEndpointDescriptor ^ EndpointDescriptor { UsbInterruptOutEndpointDescriptor ^ get(); };
UsbInterruptOutEndpointDescriptor EndpointDescriptor();
public UsbInterruptOutEndpointDescriptor EndpointDescriptor { get; }
var usbInterruptOutEndpointDescriptor = usbInterruptOutPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbInterruptOutEndpointDescriptor

属性值

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

适用于