I2cDevice.WriteByte(Byte) Method

Definition

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.

Applies to