Click or drag to resize

DeviceWrite Method

Write bytes to an I2C slave device.

Namespace: IO.Interfaces.I2C
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public void Write(
	byte[] cmd,
	int cmdlen
)

Parameters

cmd  Byte
Command buffer.
cmdlen  Int32
Number of bytes to write.
See Also