Enumeration

GpiodglibLineDirection

since: 1.0

Declaration

enum Gpiodglib.LineDirection

Description

Direction settings.

Available since: 1.0

Members

GPIODGLIB_LINE_DIRECTION_AS_IS

Request the line(s), but don’t change direction.

  • Value: 1
  • Nickname: as-is
  • Available since: 1.0
GPIODGLIB_LINE_DIRECTION_INPUT

Direction is input - for reading the value of an externally driven GPIO line.

  • Value: 2
  • Nickname: input
  • Available since: 1.0
GPIODGLIB_LINE_DIRECTION_OUTPUT

Direction is output - for driving the GPIO line.

  • Value: 3
  • Nickname: output
  • Available since: 1.0