Click or drag to resize

Bus Class

Encapsulates Linux I2C bus controllers using libsimpleio.
Inheritance Hierarchy
SystemObject
  IO.Objects.SimpleIO.I2CBus

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

The Bus type exposes the following members.

Constructors
 NameDescription
Public methodBus Constructor for a single I2C bus controller.
Top
Properties
 NameDescription
Public propertyfd Read-only property returning the Linux file descriptor for the I2C bus controller.
Top
Methods
 NameDescription
Public methodRead Read bytes from an I2C device.
Public methodTransaction Write and receive bytes to/from an I2C device.
Public methodWrite Write bytes to an I2C device.
Top
See Also