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.
VB .NET
Public Function GetIntLevel(ByRef configVal As Integer) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo GetIntLevel(out int configVal)
configVal
Returns the interrupt level (0 for none, or 1 – 15).