共用方式為


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 端點相關聯的端點描述元。

適用於