From 17e4c7e3e7b3ef60d9da6de3b2a39a14a53c38a0 Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期三, 12 三月 2025 14:11:33 +0800 Subject: [PATCH] 1 --- WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs | 24 +----------------------- 1 files changed, 1 insertions(+), 23 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs index d9cd23e..6bf1aa9 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/DeviceBase/IDevice.cs @@ -24,30 +24,13 @@ using WIDESEAWCS_Communicator; using WIDESEAWCS_QuartzJob.DTO; -namespace WIDESEAWCS_QuartzJob.DeviceBase +namespace WIDESEAWCS_QuartzJob { /// <summary> /// 璁惧鎺ュ彛灞� /// </summary> public interface IDevice : IDisposable { - - /// <summary> - /// 閫氳瀵硅薄 - /// </summary> - BaseCommunicator Communicator { get; } - - /// <summary> - /// 閫氳鍗忚淇℃伅 - /// </summary> - List<DeviceProDTO> DeviceProDTOs { get; } - - /// <summary> - /// 閫氳鍗忚鏄庣粏淇℃伅 - /// </summary> - List<DeviceProtocolDetailDTO> DeviceProtocolDetailDTOs { get; } - - /// <summary> /// 璁惧缂栧彿 /// </summary> @@ -57,10 +40,5 @@ /// 璁惧鍚嶇О /// </summary> string DeviceName { get; } - - /// <summary> - /// 璁惧鏄惁宸茶繛鎺� - /// </summary> - bool IsConnected { get; } } } -- Gitblit v1.9.3