BoardConfig.GetUsesExps()

Gets the True/False value indicating support of expansion boards.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetUsesExps(out int configVal)

Parameters

configVal

Returns True if the board supports expansion boards, or False if the board does not support expansion boards.

Returns