BoardConfig.SetIntLevel()

Sets the interrupt level: 0 for none, or 1 to 15. Recommended for use only with ISA bus boards.

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo SetIntLevel(int configVal)

Parameters

configVal

Sets the interrupt level. Valid settings are 0 for none, or 1 – 15.

Returns