Instruction manual

AMPDIO DRIVERS
Page 88
Prior Calls none
See Also registerBoardEx
registerBoardPci
FreeBoard
6.4.1.2 Extended Register Board Function — registerBoardEx
Requests use of a card at a specified slot number. This function returns a Board Handle
greater than or equal to 0 on success.
SUPPORTED IN VERSION 2.00 ONWARDS.
i = registerBoardEx (CardNo);
where CardNo short: card ‘Slot Number’. The slot number can
be determined by looking at the order cards
are installed in the system. I.E. if there are two
cards listed in the device manager or control
panel applet and the wanted card is listed first,
its slot number is 0.
Returns short: Board handle to be used in all subsequent function calls for that
board.
or ERRSUPPORT
ERRBASE
ERRIRQ
Prior Calls none
See Also registerBoard
registerBoardPci
FreeBoard
6.4.1.3 Register a PCI Board by Model, Bus and Slot Position registerBoardPci
Requests use of a PCI card matching a model number, PCI bus and PCI slot number
(determined by which PCI slot the card is plugged into). This function returns a Board Handle
greater than or equal to 0 on success.
SUPPORTED IN VERSION 4.20 ONWARDS.
i = registerBoardPci (model, bus, slot);
where model short: board’s model number. The following
pre-defined constants may be used for the
boards supported:
PCI215 = 215
PCI224 = 224
PCI230 = 230
PCI234 = 234
PCI236 = 36 (236 may also be used)
PCI260 = 260
PCI263 = 263