Munts Technologies Linux Simple I/O Library for .Net Standard 2.0
Munts Technologies Linux Simple I/O Library for .Net Standard 2.0
Namespaces
IO.Objects.SimpleIO.SPI
Device Class
Device Methods
Read Method
Transaction Method
Write Method
Device
Write Method
Write bytes to an SPI slave device.
Namespace:
IO.Objects.SimpleIO.SPI
Assembly:
libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
Copy
public
void
Write
(
byte
[]
cmd
,
int
cmdlen
)
Parameters
cmd
Byte
Command buffer.
cmdlen
Int32
Number of bytes to write.
Implements
Device
Write(
Byte
, Int32)
See Also
Reference
Device Class
IO.Objects.SimpleIO.SPI Namespace