NiFpga_OpenAttribute.cs 267 B

123456789101112
  1. namespace NIFPGA
  2. {
  3. public enum NiFpga_OpenAttribute
  4. {
  5. /// NiFpga_OpenAttribute_NoRun -> 1
  6. NiFpga_OpenAttribute_NoRun = 1,
  7. /// NiFpga_OpenAttribute_BitfilePathIsUTF8 -> 2
  8. NiFpga_OpenAttribute_BitfilePathIsUTF8 = 2,
  9. }
  10. }