Enum IOProtocol

Prototype

typedef enum {
PROT_NORMAL = 1,
PROT_FDC = 2,
PROT_HS488 = 3,
PROT_4882_STRS = 4,
PROT_USBTMC_VENDOR = 5
} IOProtocol;