public DomainBrowser(Client client, int iface, Protocol proto, string domain,
                      DomainBrowserType btype, LookupFlags flags)
 {
     this.client = client;
     this.iface  = iface;
     this.proto  = proto;
     this.domain = domain;
     this.btype  = btype;
     this.flags  = flags;
     cb          = OnDomainBrowserCallback;
 }
Beispiel #2
0
 private static extern IntPtr avahi_domain_browser_new (IntPtr client, int iface, int proto,
                                                        byte[] domain, int btype, LookupFlags flags,
                                                        DomainBrowserCallback cb,
                                                        IntPtr userdata);
Beispiel #3
0
 public DomainBrowser (Client client, int iface, Protocol proto, string domain,
                       DomainBrowserType btype, LookupFlags flags)
 {
     this.client = client;
     this.iface = iface;
     this.proto = proto;
     this.domain = domain;
     this.btype = btype;
     this.flags = flags;
     cb = OnDomainBrowserCallback;
 }
 private static extern IntPtr avahi_domain_browser_new(IntPtr client, int iface, int proto,
                                                       byte[] domain, int btype, LookupFlags flags,
                                                       DomainBrowserCallback cb,
                                                       IntPtr userdata);