BoardConfig.GetIntEdge() method

Returns the edge used for interrupts.

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

Function Prototype

VB .NET

Public Function SetIntEdge(ByRef edge as MccDaq.InterruptEdge) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetIntEdge(out InterruptEdge edge)

Parameters

edge

Returns the edge used for interrupts – Rising or Falling.

Returns