UsbInterruptOutEndpointDescriptor.Interval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.