BoardConfig.GetBaseAdr() method

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.

Function Prototype

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)

Parameters

devNum

Number of the base address to return (PCI boards may have several address ranges).

configVal

The board's base address.

Returns