Bmm150I2cBase.ReadByte(I2cDevice, Byte) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read a byte on a specific register
public abstract byte ReadByte (System.Device.I2c.I2cDevice i2CDevice, byte reg);
abstract member ReadByte : System.Device.I2c.I2cDevice * byte -> byte
Public MustOverride Function ReadByte (i2CDevice As I2cDevice, reg As Byte) As Byte
- i2CDevice
- I2cDevice
I2C device
- reg
- Byte
The register to read