From c3e1b733fc45bd9f0b88bfb560cfa87a270b079b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 09 九月 2020 17:33:58 +0800 Subject: [PATCH] 20200909 --- HDL_ON/Entity/AProtocolEntity.cs | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/HDL_ON/Entity/AProtocolEntity.cs b/HDL_ON/Entity/AProtocolEntity.cs index 15452b0..05105a0 100644 --- a/HDL_ON/Entity/AProtocolEntity.cs +++ b/HDL_ON/Entity/AProtocolEntity.cs @@ -28,14 +28,25 @@ public List<ControlData> function; } + /// <summary> + /// A鍗忚澶撮儴鍐呭 + /// </summary> + public class AProtocolEntityHeader + { + public string from_oid;//": null, + public string to_oid;//": null, + /// <summary> + /// 鏃堕棿鎴� + /// </summary> + public string time_stamp;//": null, + public string type; + public string command; + } public class AProtocolEntity { public List<object> objects = new List<object>(); - public string type; - public string vendor_code; - public string command; public void ControlFunction(string sid, List<ControlData> function) -- Gitblit v1.8.0