| | |
| | | { |
| | | #region 一堆变量 |
| | | /// <summary> |
| | | /// 判断网关是否在线的标识,APP界面会改变它的值,Application会重新刷新它的值 |
| | | /// 网关在线的时间点 |
| | | /// </summary> |
| | | public bool GatewayOnlineFlage = false; |
| | | [Newtonsoft.Json.JsonIgnore] |
| | | public DateTime OnlineTime = DateTime.Now; |
| | | /// <summary>
|
| | | /// 住宅ID |
| | | /// </summary> |
| | |
| | | ///网关序列号,该网关唯一标识 |
| | | /// </summary> |
| | | public string GwId = string.Empty; |
| | | /// <summary> |
| | | ///网关绑定网卡的mac地址 |
| | | /// </summary> |
| | | public string GwMac = string.Empty; |
| | | /// <summary> |
| | | ///网关名称 |
| | | /// </summary> |
| | |
| | | /// 虚拟驱动信息 |
| | | /// </summary> |
| | | public List<DriveCodeObj> DriveCodeList = new List<DriveCodeObj>(); |
| | | |
| | | /// <summary> |
| | | /// 虚拟网关 |
| | | /// </summary> |