| | |
| | |
|
| | | this.AddNormalRowControl("手机获取的IP", 600, new Shared.Net.NetWiFi().BroadcastIpAddress.ToString(), 600);
|
| | |
|
| | | if (ZigBee.Common.Application.FindGateWaySocket.busSocket == null)
|
| | | if (ZigBee.Common.Application.FindGateWaySocket.udpClient == null)
|
| | | {
|
| | | this.AddNormalRowControl("Socket链接", 400, "未初始化", 400);
|
| | | }
|
| | | else
|
| | | {
|
| | | this.AddNormalRowControl("Socket链接", 400, ZigBee.Common.Application.FindGateWaySocket.busSocket.Connected == true ? "true" : "false", 400);
|
| | | this.AddNormalRowControl("Socket链接", 400, "已初始化", 400);
|
| | | }
|
| | |
|
| | | int count = ZbGateway.GateWayList.Count;
|