Поделиться через


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

Значение свойства

UsbInterruptInEndpointDescriptor, описывающий конечную точку USB-прерывания IN.

Применяется к