From 6778472e04ec092e566fb950d0427095dabcae18 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 08 十一月 2024 19:37:36 +0800 Subject: [PATCH] Create WIDESEAWCS_Communicator.DLL使用说明文档2024-11-08.pdf --- 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