From 6f0b54910180efc54fa9e2d1efe6cfa9f3008d09 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期四, 02 七月 2020 11:16:18 +0800 Subject: [PATCH] 操作界面 --- src/Bro.Device.GTSCard/GTSCardAPI.cs | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/Bro.Device.GTSCard/GTSCardAPI.cs b/src/Bro.Device.GTSCard/GTSCardAPI.cs index 0a83f81..0ddd544 100644 --- a/src/Bro.Device.GTSCard/GTSCardAPI.cs +++ b/src/Bro.Device.GTSCard/GTSCardAPI.cs @@ -143,16 +143,6 @@ public const short LASER_CTRL_VOLTAGE = 2; public const short LASER_CTRL_MODE_PWM2 = 3; - //鎸囦护杩斿洖鍊� - public const short ResultSuccess = 0; - public const short ResultError = 1; - public const short ResultNotSupported = 2; - public const short ParameterError = 7; - public const short CommunicationFailed = -1; - public const short OpenFailed = -6; - public const short NoResponse = -7; - - public struct TTrapPrm { public double acc; -- Gitblit v1.8.0