Click or drag to resize

Pin Class

Encapsulates Linux GPIO pins using libsimpleio.
Inheritance Hierarchy
SystemObject
  IO.Objects.SimpleIO.GPIOPin

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

The Pin type exposes the following members.

Constructors
 NameDescription
Public methodPin Constructor for a single GPIO pin.
Top
Properties
 NameDescription
Public propertyfd Read-only property returning the Linux file descriptor for the GPIO pin.
Public propertystate Read/Write GPIO state property.
Top
See Also