Avahi.DomainBrowser.avahi_domain_browser_new C# (CSharp) 메소드

avahi_domain_browser_new() 개인적인 메소드

private avahi_domain_browser_new ( IntPtr client, int iface, int proto, byte domain, int btype, LookupFlags flags, DomainBrowserCallback cb, IntPtr userdata ) : IntPtr
client IntPtr
iface int
proto int
domain byte
btype int
flags LookupFlags
cb DomainBrowserCallback
userdata IntPtr
리턴 IntPtr
        private static extern IntPtr avahi_domain_browser_new(IntPtr client, int iface, int proto,
                                                               byte[] domain, int btype, LookupFlags flags,
                                                               DomainBrowserCallback cb,
                                                               IntPtr userdata);