AITPressureControlData.cs 374 B

12345678910111213141516171819202122
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Aitex.Core.Common.DeviceData
  6. {
  7. public enum AITPressureControlOperation
  8. {
  9. SetTVMode,
  10. SetTVPosition,
  11. SetTVPressure,
  12. SetBoostPressure,
  13. SetChamberPressure,
  14. }
  15. public class AITPressureControlDataPropertyName
  16. {
  17. }
  18. }