BoardConfig.GetWaitState()

Gets the value of the wait state jumper (1-enabled, 0-disabled).

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetWaitState(out int configVal)

Parameters

configVal

Returns the wait state of the board.

Returns