BoardConfig property

Represents an instance of the cBoardConfig class. Use this property to call the board configuration methods.

Member of the MccBoard class.

Property prototype

VB .NET

Public ReadOnly Property BoardConfig As MccDaq.cBoardConfig

C# .NET

public MccDaq.cBoardConfig BoardConfig [get]

Methods

The BoardConfig property provides access the UL for .NET configuration methods. Before you call a board configuration method, you need to first create an instance of an MccBoard object.

Dim MyBoard As MccDaq.MccBoard

MyBoard = New MccDaq.MccBoard(MyBoardNum)

To call a method from the BoardConfig property, use the notation shown in the example below.

MyErrorInfo = MyBoard.BoardConfig.GetBoardType(MyBoardType)