Compartir a través de


I2cDevice.WriteByte(Byte) Método

Definición

Escribe un byte en el dispositivo I2C.

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)

Parámetros

value
Byte

Byte que se va a escribir en el dispositivo I2C.

Se aplica a