Share via


GetController Method

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

Retrieves a USB controller object.

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

Syntax

'Declaration
Public Shared Function GetController ( _
    i As Integer _
) As UsbController
public static UsbController GetController(
    int i
)
public:
static UsbController^ GetController(
    int i
)
static member GetController : 
        i:int -> UsbController 
public static function GetController(
    i : int
) : UsbController

Parameters

Return Value

Type: Microsoft.SPOT.Hardware.UsbClient. . :: . .UsbController
The USB controller.

.NET Framework Security

See Also

Reference

UsbController Class

Microsoft.SPOT.Hardware.UsbClient Namespace