BoardConfig.GetCiNumDevs() method

Gets the number of counter devices on the board.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetCiNumDevs(out int configVal)

Parameters

configVal

Returns the number of counter devices.

Returns