BoardConfig.GetDtBoard() method

Gets the number of the board with the DT-Connect interface used to connect to external memory boards.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function GetDtBoard(ByRef configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo GetDtBoard(out int configVal)

Parameters

configVal

Returns the board number of the board that the external memory board is connected to.

Returns