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
Transaction Method
Write and read bytes to and from an SPI slave device.
Namespace:
IO.Objects.SimpleIO.SPI
Assembly:
libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
Copy
public
void
Transaction
(
byte
[]
cmd
,
int
cmdlen
,
byte
[]
resp
,
int
resplen
,
int
delayus
= 0 )
Parameters
cmd
Byte
Command buffer.
cmdlen
Int32
Number of bytes to write.
resp
Byte
Response buffer.
resplen
Int32
Number of bytes to read.
delayus
Int32
(Optional)
Delay in microseconds between write and read operations.
Implements
Device
Transaction(
Byte
, Int32,
Byte
, Int32, Int32)
See Also
Reference
Device Class
IO.Objects.SimpleIO.SPI Namespace