Ft4222I2c.WriteByte(Byte) Method

Definition

Writes a byte to the I2C device.

public override void WriteByte (byte value);
override this.WriteByte : byte -> unit
Public Overrides Sub WriteByte (value As Byte)

Parameters

value
Byte

The byte to be written to the I2C device.

Applies to