Click or drag to resize

GPIO Class

Encapsulates remote GPIO pins.
Inheritance Hierarchy
SystemObject
  IO.Objects.RemoteIOGPIO

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

The GPIO type exposes the following members.

Constructors
 NameDescription
Public methodGPIO Create a remote GPIO pin.
Top
Properties
 NameDescription
Public propertystate Read/Write GPIO state property.
Top
See Also