I2CDevice Constructor

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

Initializes a new instance of the I2CDevice class.

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

Syntax

'Declaration
Public Sub New ( _
    config As I2CDevice.Configuration _
)
public I2CDevice(
    I2CDevice.Configuration config
)
public:
I2CDevice(
    I2CDevice::Configuration^ config
)
new : 
        config:I2CDevice.Configuration -> I2CDevice
public function I2CDevice(
    config : I2CDevice..::..Configuration
)

Parameters

.NET Framework Security

See Also

Reference

I2CDevice Class

Microsoft.SPOT.Hardware Namespace