UsbBulkInPipe.EndpointDescriptor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件,表示與 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 端點相關聯的端點描述元。