Click or drag to resize

I2CWrite Method

Write bytes to an I2C slave device.

Namespace: IO.Objects.RemoteIO
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public void Write(
	int slaveaddr,
	byte[] cmd,
	int cmdlen
)

Parameters

slaveaddr  Int32
I2C slave address.
cmd  Byte
Command buffer.
cmdlen  Int32
Number of bytes to write.

Implements

BusWrite(Int32, Byte, Int32)
See Also