7 lines
133 B
C#
7 lines
133 B
C#
namespace Helpers.DAQmx;
|
|
|
|
public enum DAQmxPolarity
|
|
{
|
|
ActiveHigh = 10095, // 0x0000276F
|
|
ActiveLow = 10096, // 0x00002770
|
|
} |