I2CConnectionSettings.I2CConnectionSettings(UInt32) constructor

TBD

Syntax

var i2cConnectionSettings = new Windows.Devices.I2C.I2CConnectionSettings(slaveAddress);
public I2CConnectionSettings(
  uint slaveAddress
)
Public Sub New (
  slaveAddress As UInteger 
)
public:
I2CConnectionSettings(
  unsigned int slaveAddress
)

Parameters

  • slaveAddress
    Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

Requirements

Minimum supported client

Windows 10 Technical Preview

Minimum supported server

Windows Server Technical Preview

Minimum supported phone

Windows 10 Technical Preview for phones

Namespace

Windows.Devices.I2C Windows::Devices::I2C [C++]

Metadata

Windows.winmd

See also

I2CConnectionSettings

I2CConnectionSettings(UInt32, I2CBusSpeed)

I2CConnectionSettings(UInt32, I2CBusSpeed, I2CAddressingMode)