Click or drag to resize

Device Interface

Abstract interface for SPI slave devices.

Namespace: IO.Interfaces.SPI
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public interface Device

The Device type exposes the following members.

Methods
 NameDescription
Public methodRead Read bytes from an SPI slave device.
Public methodTransaction Write bytes to and read bytes from an SPI slave device.
Public methodWrite Write bytes to an SPI slave device.
Top
See Also