Ejemplo n.º 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();
 }
Ejemplo n.º 2
0
 public void SDServiceDiscoveryTestInitialize()
 {
     this.serviceDiscovery = new SDServiceDiscovery();
 }