Enum GPIBAddressState

Prototype

typedef enum {
  GPIB_UNADDRESSED = 0,
  GPIB_TALKER = 1,
  GPIB_LISTENER = 2
} GPIBAddressState;