UsbInterfaceSetting.InterruptInEndpoints Properti

Definisi

Mendapatkan array objek yang mewakili deskriptor yang terkait dengan titik akhir USB interupsi IN yang ditentukan dalam pengaturan alternatif.

public:
 property IVectorView<UsbInterruptInEndpointDescriptor ^> ^ InterruptInEndpoints { IVectorView<UsbInterruptInEndpointDescriptor ^> ^ get(); };
IVectorView<UsbInterruptInEndpointDescriptor> InterruptInEndpoints();
public IReadOnlyList<UsbInterruptInEndpointDescriptor> InterruptInEndpoints { get; }
var iVectorView = usbInterfaceSetting.interruptInEndpoints;
Public ReadOnly Property InterruptInEndpoints As IReadOnlyList(Of UsbInterruptInEndpointDescriptor)

Nilai Properti

Array objek UsbInterruptInEndpointDescriptor .

Berlaku untuk