File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Resourse/GatewayResourse.cs |
| | |
| | | using System.Text; |
| | | using ZigBee.Device; |
| | | |
| | | namespace Shared.Phone.UserCenter |
| | | namespace Shared.Phone |
| | | { |
| | | /// <summary> |
| | | /// 网关的Resourse |
| | | /// </summary> |
| | | public class GatewayResourse |
| | | public class HdlGatewayResourse |
| | | { |
| | | /// <summary> |
| | | /// 当前选择的网关ID |
| | |
| | | /// APP最后选择的网关ID(或许这个变量是设备管理界面专用的) |
| | | /// </summary> |
| | | public static string AppOldSelectGatewayId = string.Empty; |
| | | /// <summary> |
| | | /// 测试能否广播得到网关,通常情况下为null |
| | | /// </summary> |
| | | public static Dictionary<string, ZbGateway> DicReceiveGatewayTest = null; |
| | | } |
| | | } |