Files
file-watcher/Helpers/DAQmx/DAQmxLoggingTDMSOperation.cs

9 lines
219 B
C#

namespace Helpers.DAQmx;
public enum DAQmxLoggingTDMSOperation
{
Open = 10437, // 0x000028C5
OpenOrCreate = 15846, // 0x00003DE6
CreateOrReplace = 15847, // 0x00003DE7
Create = 15848, // 0x00003DE8
}