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