Share via


bInterval Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains the polling interval.

Namespace:  Microsoft.SPOT.Hardware.UsbClient
Assembly:  Microsoft.SPOT.Hardware.Usb (in Microsoft.SPOT.Hardware.Usb.dll)

Syntax

'Declaration
Public bInterval As Byte
public byte bInterval
public:
unsigned char bInterval
val mutable bInterval: byte
public var bInterval : byte

Remarks

This field is used with interrupt endpoints only. All other types of endpoints should ignore the value in this field. The polling interval, together with the speed of the device and the type of host controller, determines the frequency with which the driver should initiate an interrupt transfer to verify whether an interrupt has occurred.

.NET Framework Security

See Also

Reference

Configuration. . :: . .Endpoint Class

Microsoft.SPOT.Hardware.UsbClient Namespace