BoardConfig.GetIntLevel() method

Gets the interrupt level set for the board (0 for none, or 1 to 15).

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

Function Prototype

VB .NET

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

C# .NET

public MccDaq.ErrorInfo GetIntLevel(out int configVal)

Parameters

configVal

Returns the interrupt level (0 for none, or 1 – 15).

Returns