7 lines
150 B
C#
7 lines
150 B
C#
namespace Helpers.DAQmx;
|
|
|
|
public enum DAQmxWindowTriggerWhen
|
|
{
|
|
EnteringWindow = 10163, // 0x000027B3
|
|
LeavingWindow = 10208, // 0x000027E0
|
|
} |