Write bytes to an SPI slave device.
Namespace: IO.Objects.SimpleIO.SPIAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntaxpublic void Write(
byte[] cmd,
int cmdlen
)
Parameters
- cmd Byte
- Command buffer.
- cmdlen Int32
- Number of bytes to write.
Implements
DeviceWrite(Byte, Int32)
See Also