BoardConfig.GetNumIoPorts() method

Gets the number of I/O ports used by the board.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetNumIoPorts(out int configVal)

Parameters

configVal

Returns the number of I/O ports used by the board.

Returns