Share via


Configuration.ConfigurationDescriptor 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..::..ConfigurationDescriptor class.

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

Syntax

'Declaration
Public Sub New ( _
    MaxPower_mA As UShort, _
    Interfaces As Configuration.UsbInterface() _
)
public ConfigurationDescriptor(
    ushort MaxPower_mA,
    Configuration.UsbInterface[] Interfaces
)
public:
ConfigurationDescriptor(
    unsigned short MaxPower_mA, 
    array<Configuration::UsbInterface^>^ Interfaces
)
new : 
        MaxPower_mA:uint16 * 
        Interfaces:Configuration.UsbInterface[] -> ConfigurationDescriptor
public function Configuration..::..ConfigurationDescriptor(
    MaxPower_mA : ushort, 
    Interfaces : Configuration..::..UsbInterface[]
)

Parameters

.NET Framework Security

See Also

Reference

Configuration. . :: . .ConfigurationDescriptor Class

Microsoft.SPOT.Hardware.UsbClient Namespace