Click or drag to resize

Device Class

Encapsulates Linux SPI slave devices using libsimpleio.
Inheritance Hierarchy
SystemObject
  IO.Objects.SimpleIO.SPIDevice

Namespace: IO.Objects.SimpleIO.SPI
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Device : Device

The Device type exposes the following members.

Constructors
 NameDescription
Public methodDevice Constructor for a single SPI device.
Top
Properties
 NameDescription
Public propertyfd Read-only property returning the Linux file descriptor for the SPI slave device.
Top
Methods
 NameDescription
Public methodRead Read bytes from an SPI slave device.
Public methodTransaction Write and read bytes to and from an SPI slave device.
Public methodWrite Write bytes to an SPI slave device.
Top
See Also