Write bytes to an SPI slave device.
Namespace: IO.Objects.RemoteIOAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.251.1
Syntaxpublic 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