UsbInterruptOutEndpointDescriptor.Interval Property

Definition

Gets the poling interval of the USB interrupt endpoint.

public:
 property TimeSpan Interval { TimeSpan get(); };
TimeSpan Interval();
public System.TimeSpan Interval { get; }
var timeSpan = usbInterruptOutEndpointDescriptor.interval;
Public ReadOnly Property Interval As TimeSpan

Property Value

The poling interval of the USB interrupt endpoint.

Applies to