| | |
| | | } |
| | | else |
| | | { |
| | | //BusSocket.Start(6688); |
| | | //CommonPage.InitReceiveEvent(); |
| | | //Control.ReadGatewayIPAddress(); |
| | | |
| | | //if(Entity.DB_ResidenceData.residenceData.GatewayType == 1) |
| | | //{ |
| | | // Control.ReadGatewayIPAddress(); |
| | | //} |
| | | //else |
| | | //{ |
| | | //BusSocket.Start(6000); |
| | | //CommonPage.InitReceiveEvent(); |
| | | //} |
| | | if (Entity.DB_ResidenceData.residenceData.GatewayType == 1) |
| | | { |
| | | BusSocket.Start(6688); |
| | | CommonPage.InitReceiveEvent(); |
| | | Control.ReadGatewayIPAddress(); |
| | | } |
| | | else |
| | | { |
| | | BusSocket.Start(6000); |
| | | CommonPage.InitReceiveEvent(); |
| | | } |
| | | |
| | | new System.Threading.Thread(() => |
| | | { |