Instruction manual

AMPDIO DRIVERS
Page 90
GetBoardIRQ
GetBoardPciPosition
DIO_TC_hardwareVersion
6.4.1.5 Get Board Base Address GetBoardBase
Gets the base-address setting of a board as set in the registry.
SUPPORTED IN VERSION 4.02 ONWARDS.
i = GetBoardBase (h)
where h short: board handle as issued by the
registerBoardEx function.
Returns short: Base address.
or 0 for invalid board handle
Prior Calls registerBoardEx
See Also GetBoardModel
GetBoardIRQ
GetBoardPciPosition
6.4.1.6 Get Board IRQ GetBoardIRQ
Gets the IRQ setting of a board as set in the registry.
SUPPORTED IN VERSION 4.02 ONWARDS.
i = GetBoardIRQ (h)
where h short: board handle as issued by the
registerBoardEx function.
Returns short: IRQ setting.
or 255 (= IRQ_NONE) if board handle invalid or board set-up without
IRQ.
Prior Calls registerBoardEx
See Also GetBoardModel
GetBoardBase
GetBoardPciPosition
6.4.1.7 Get Board PCI Bus Position GetBoardPciPosition
Gets the PCI bus and slot number for a PCI card. If the card is an ISA card or the information
is not available from the driver, the bus and slot values read will be 1 and the function will
return ERRSUPPORT.
SUPPORTED IN VERSION 4.20 ONWARDS.
i = GetBoardPciPosition (h, pbus, pslot)