Click or drag to resize

SPIWrite Method

Write bytes to an SPI slave device.

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

Parameters

cmd  Byte
Command buffer.
cmdlen  Int32
Number of bytes to write: 1 to 57.

Implements

DeviceWrite(Byte, Int32)
See Also