Пример #1
0
 public IAIntAirAct(IAServer server, IAClient client)
 {
     this.server           = server;
     this.client           = client;
     this.serviceDiscovery = new SDServiceDiscovery();
     this.IsRunning        = false;
     this.SupportedRoutes  = new HashSet <IARoute>();
     Port           = 0;
     this.OwnDevice = new None <IADevice>();
     this.Setup();
 }
Пример #2
0
        public IAIntAirAct(IAServer server, IAClient client)
        {
            this.server = server;
            this.client = client;
            this.serviceDiscovery = new SDServiceDiscovery();
            this.IsRunning = false;
            this.SupportedRoutes = new HashSet<IARoute>();
            Port = 0;

            this.Setup();
        }