| | |
| | | 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) |