Enum LineState

Prototype

typedef enum {
  STATE_ASSERTED = 1,
  STATE_UNASSERTED = 0,
  STATE_UNKNOWN = -1
} LineState;