namespace NIFPGA { public enum NiFpga_OpenAttribute { /// NiFpga_OpenAttribute_NoRun -> 1 NiFpga_OpenAttribute_NoRun = 1, /// NiFpga_OpenAttribute_BitfilePathIsUTF8 -> 2 NiFpga_OpenAttribute_BitfilePathIsUTF8 = 2, } }