BoardConfig.SetWaitState()

Sets the value of the Wait State jumper.

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

Function Prototype

VB .NET

Public Function SetWaitState(ByVal configVal As Integer) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetWaitState(int configVal)

Parameters

configVal

Sets the wait state on the board (1 = enabled, 0 = disabled).

Returns