UsbEndpointDescriptor.AsInterruptInEndpointDescriptor 属性

定义

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

public:
 property UsbInterruptInEndpointDescriptor ^ AsInterruptInEndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor();
public UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbEndpointDescriptor.asInterruptInEndpointDescriptor;
Public ReadOnly Property AsInterruptInEndpointDescriptor As UsbInterruptInEndpointDescriptor

属性值

描述 USB 中断 IN 终结点的 UsbInterruptInEndpointDescriptor

适用于