7 lines
164 B
C#
7 lines
164 B
C#
namespace Helpers.DAQmx;
|
|
|
|
public enum DAQmxDigitalPatternTriggerWhen
|
|
{
|
|
PatternDoesNotMatch = 10253, // 0x0000280D
|
|
PatternMatches = 10254, // 0x0000280E
|
|
} |