示例#1
0
 public RecordBrowser(Client client, int iface, Protocol proto, string name, RecordClass clazz,
                      RecordType type, LookupFlags flags)
 {
     this.client = client;
     this.iface  = iface;
     this.proto  = proto;
     this.name   = name;
     this.clazz  = clazz;
     this.type   = type;
     this.flags  = flags;
     cb          = OnRecordBrowserCallback;
 }
示例#2
0
 private static extern IntPtr avahi_record_browser_new (IntPtr client, int iface, Protocol proto,
                                                        byte[] name, ushort clazz, ushort type,
                                                        LookupFlags flags, RecordBrowserCallback cb,
                                                        IntPtr userdata);
示例#3
0
 public RecordBrowser (Client client, int iface, Protocol proto, string name, RecordClass clazz,
                       RecordType type, LookupFlags flags)
 {
     this.client = client;
     this.iface = iface;
     this.proto = proto;
     this.name = name;
     this.clazz = clazz;
     this.type = type;
     this.flags = flags;
     cb = OnRecordBrowserCallback;
 }
示例#4
0
 private static extern IntPtr avahi_record_browser_new(IntPtr client, int iface, Protocol proto,
                                                       byte[] name, ushort clazz, ushort type,
                                                       LookupFlags flags, RecordBrowserCallback cb,
                                                       IntPtr userdata);