7 lines
118 B
C#
7 lines
118 B
C#
namespace Helpers.DAQmx;
|
|
|
|
public enum DAQmxLevel
|
|
{
|
|
High = 10192, // 0x000027D0
|
|
Low = 10214, // 0x000027E6
|
|
} |