C# Class Avahi.ServiceBrowser

Inheritance: BrowserBase, IDisposable
Show file Open project: RidgeRun/eval-sdk-imx6-hummingboard Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ServiceBrowser ( Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags ) : System
ServiceBrowser ( Client client, string type ) : System
ServiceBrowser ( Client client, string type, string domain ) : System

Private Methods

Method Description
OnServiceBrowserCallback ( IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, IntPtr userdata ) : void
Start ( ) : void
Stop ( bool force ) : void
avahi_service_browser_free ( IntPtr handle ) : void
avahi_service_browser_new ( IntPtr client, int iface, int proto, byte type, byte domain, LookupFlags flags, ServiceBrowserCallback cb, IntPtr userdata ) : IntPtr

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ServiceBrowser() public method

public ServiceBrowser ( Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags ) : System
client Client
iface int
proto Protocol
type string
domain string
flags LookupFlags
return System

ServiceBrowser() public method

public ServiceBrowser ( Client client, string type ) : System
client Client
type string
return System

ServiceBrowser() public method

public ServiceBrowser ( Client client, string type, string domain ) : System
client Client
type string
domain string
return System