I2cDevice.WriteByte(Byte) Method
Definition
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.
Writes a byte to the I2C device.
public abstract void WriteByte (byte value);
public virtual void WriteByte (byte value);
abstract member WriteByte : byte -> unit
abstract member WriteByte : byte -> unit
override this.WriteByte : byte -> unit
Public MustOverride Sub WriteByte (value As Byte)
Public Overridable Sub WriteByte (value As Byte)
Parameters
- value
- Byte
The byte to be written to the I2C device.