BoardConfig.SetIntEdge()

Sets 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(InterruptEdge edge)

Parameters

edge

The edge used for interrupts. All edge settings are MccDaq.InterruptEdge constants. Valid values are Rising and Falling.

Returns