From 2f75b4c0a67ccc3a443e7cc4f2f0f909defd9a92 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 01 十一月 2024 09:49:23 +0800 Subject: [PATCH] 版本更新 --- WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/IStackerCrane.cs | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/IStackerCrane.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/IStackerCrane.cs index 2a805f8..73c98c3 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/IStackerCrane.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/IStackerCrane.cs @@ -35,21 +35,6 @@ public interface IStackerCrane : IDevice { /// <summary> - /// 鍫嗗灈鏈洪�氳瀵硅薄 - /// </summary> - BaseCommunicator Communicator { get; } - - /// <summary> - /// 鍫嗗灈鏈哄崗璁俊鎭� - /// </summary> - List<DeviceProDTO> DeviceProDTOs { get; } - - /// <summary> - /// 鍫嗗灈鏈哄崗璁槑缁嗕俊鎭� - /// </summary> - List<DeviceProtocolDetailDTO> DeviceProtocolDetailDTOs { get; } - - /// <summary> /// 涓婁竴娆℃墽琛岀殑浠诲姟 /// </summary> int LastTaskNum { get; } @@ -75,11 +60,6 @@ /// <param name="command">浠诲姟鍛戒护</param> /// <returns></returns> bool SendCommand<T>(T command) where T : IDataTransfer, new(); - - /// <summary> - /// 鍫嗗灈鏈轰换鍔″畬鎴愪簨浠� - /// </summary> - event EventHandler<StackerCraneTaskCompletedEventArgs> StackerCraneTaskCompletedEventHandler; /// <summary> /// 璇诲彇PLC鍗忚鍦板潃鐨勬暟鎹� -- Gitblit v1.9.3