7 lines
129 B
C#
7 lines
129 B
C#
namespace Helpers.DAQmx;
|
|
|
|
public enum DAQmxActiveEdge
|
|
{
|
|
Falling = 10171, // 0x000027BB
|
|
Rising = 10280, // 0x00002828
|
|
} |