Share via


Configuration.UsbInterface Constructor

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

Creates a new instance of the Configuration..::..UsbInterface class.

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

Syntax

'Declaration
Public Sub New ( _
    InterfaceNumber As Byte, _
    Endpoints As Configuration.Endpoint() _
)
public UsbInterface(
    byte InterfaceNumber,
    Configuration.Endpoint[] Endpoints
)
public:
UsbInterface(
    unsigned char InterfaceNumber, 
    array<Configuration::Endpoint^>^ Endpoints
)
new : 
        InterfaceNumber:byte * 
        Endpoints:Configuration.Endpoint[] -> UsbInterface
public function Configuration..::..UsbInterface(
    InterfaceNumber : byte, 
    Endpoints : Configuration..::..Endpoint[]
)

Parameters

.NET Framework Security

See Also

Reference

Configuration. . :: . .UsbInterface Class

Microsoft.SPOT.Hardware.UsbClient Namespace