Gets the base address used by the Universal Library to communicate with a board. This is recommended for use only with ISA bus boards.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function GetBaseAdr(ByVal devNum As Integer, ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetBaseAdr(int devNum, out int configVal)
devNum
Number of the base address to return (PCI boards may have several address ranges).
configVal
The board's base address.