Sets the edge used for interrupts.
Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.
VB .NET
Public Function SetIntEdge(ByRef edge as MccDaq.InterruptEdge) As MccDaq.ErrorInfo
C# .NET
public MccDaq.ErrorInfo SetIntEdge(InterruptEdge edge)
edge
The edge used for interrupts. All edge settings are MccDaq.InterruptEdge constants. Valid values are Rising and Falling.