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_Communicator/BaseCommunicator.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_Communicator/BaseCommunicator.cs b/WIDESEAWCS_Server/WIDESEAWCS_Communicator/BaseCommunicator.cs index 0fbb5c0..04c5fa2 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_Communicator/BaseCommunicator.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_Communicator/BaseCommunicator.cs @@ -21,6 +21,9 @@ namespace WIDESEAWCS_Communicator { + /// <summary> + /// 鍩虹閫氳鎶借薄绫伙紝灏佽杩炴帴銆佹柇寮�杩炴帴銆佽鍙栥�佸啓鍏ョ瓑鏂规硶 + /// </summary> public abstract class BaseCommunicator : IDisposable { /// <summary> @@ -40,6 +43,11 @@ /// </summary> public abstract string Name { get; } + /// <summary> + /// 鏄惁鍦ㄥ啓鍏ユ暟鎹悗璇诲彇鏁版嵁纭銆� + /// </summary> + public abstract bool IsReadAfterWrite { get; set; } + /// <summary> /// 鑾峰彇褰撳墠閫氳鍣ㄦ槸鍚﹀凡杩炴帴鍒癙LC銆� /// </summary> -- Gitblit v1.9.3