I2CConnectionSettings.I2CConnectionSettings(UInt32, I2CBusSpeed) constructor

TBD

Syntax

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

Parameters

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)

I2CConnectionSettings(UInt32, I2CBusSpeed, I2CAddressingMode)