Instruction manual
USED IN: el_GetBoardIdentifiers
used to retieve informations about the installed boards
typedef struct
{
char Name[32]; // name of the board
long HexSwitch; // hex switch setting of the board
long SubId; // used to select sub grabbers if several virtual grabbers are hosted on one board
} EL_BOARD_IDENTIFIER;
87