Edit

Share via


Mcp23xxx.I2cAdapter Class

Definition

I2C adapter

protected class Mcp23xxx.I2cAdapter : Iot.Device.Mcp23xxx.Mcp23xxx.BusAdapter
Protected Class Mcp23xxx.I2cAdapter
Inherits Mcp23xxx.BusAdapter
Inheritance
Mcp23xxx.I2cAdapter

Constructors

Mcp23xxx.I2cAdapter(I2cDevice)

Constructs I2cAdapter instance

Methods

Dispose() System.Object.Dispose
Read(Byte, Span<Byte>)

Reads bytes from the device register

Write(Byte, Span<Byte>)

Writes bytes to the device register

Applies to