From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 09:07:13 +0800 Subject: [PATCH] 新云端Ver1.3 --- ZigbeeApp/Shared/Phone/Common/Common/DeviceUpdateCommon.cs | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Common/Common/DeviceUpdateCommon.cs b/ZigbeeApp/Shared/Phone/Common/Common/DeviceUpdateCommon.cs new file mode 100644 index 0000000..fc8ff7d --- /dev/null +++ b/ZigbeeApp/Shared/Phone/Common/Common/DeviceUpdateCommon.cs @@ -0,0 +1,39 @@ +锘縰sing System; +using System.Collections.Generic; +using System.Text; + +namespace Shared.Phone +{ + /// <summary> + /// 璁惧鍗囩骇鐨凜ommon + /// </summary> + public class DeviceUpdateCommon + { + /// <summary> + /// 鍗囩骇绫荤殑鍖哄垎(1:缃戝叧,2:璁惧) + /// </summary> + public int ClassDiv = 0; + /// <summary> + /// 褰撳墠鎵ц鐘舵��(鍑虹幇閿欒鏃�,瀹冧篃浼氬彉鎴恡rue) + /// </summary> + public UpdateStatuMode UpdateStatu = UpdateStatuMode.None; + /// <summary> + /// 鍗囩骇鏄惁瀹屾垚 + /// </summary> + public bool IsFinishUpdate = true; + + /// <summary> + /// 杩涘叆鎵ц鏇存柊鎿嶄綔鍑嗗闃舵 + /// </summary> + public virtual void DoStartUpdate() + { + } + + /// <summary> + /// 閲婃斁缂撳瓨 + /// </summary> + public virtual void Dispose() + { + } + } +} -- Gitblit v1.8.0