Edit

Share via


Bmxx80Base(Byte, I2cDevice) Constructor

Definition

Initializes a new instance of the Bmxx80Base class.

protected Bmxx80Base (byte deviceId, System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Bmxx80.Bmxx80Base : byte * System.Device.I2c.I2cDevice -> Iot.Device.Bmxx80.Bmxx80Base
Protected Sub New (deviceId As Byte, i2cDevice As I2cDevice)

Parameters

deviceId
Byte

The ID of the device.

i2cDevice
I2cDevice

The I2cDevice to create with.

Exceptions

Thrown when the given I2cDevice is null.

Thrown when the device cannot be found on the bus.

Applies to