Write bytes to an I2C slave device.
            
Namespace: IO.Interfaces.I2CAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.275.1
 Syntax
Syntaxvoid Write(
	int slaveaddr,
	byte[] cmd,
	int cmdlen
)
Parameters
- slaveaddr  Int32
- I2C slave address.
- cmd  Byte
- Command buffer.
- cmdlen  Int32
- Number of bytes to write.
 See Also
See Also