Share via


GetControllers Method

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

Gets all of the USB controllers.

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

Syntax

'Declaration
Public Shared Function GetControllers As UsbController()
public static UsbController[] GetControllers()
public:
static array<UsbController^>^ GetControllers()
static member GetControllers : unit -> UsbController[] 
public static function GetControllers() : UsbController[]

Return Value

Type: array<Microsoft.SPOT.Hardware.UsbClient. . :: . .UsbController> [] () [] []
The USB controllers.

.NET Framework Security

See Also

Reference

UsbController Class

Microsoft.SPOT.Hardware.UsbClient Namespace