C# Class Avahi.ServiceTypeBrowser

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

Public Methods

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

Private Methods

Method Description
OnServiceTypeBrowserCallback ( IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr type, IntPtr domain, LookupResultFlags flags, IntPtr userdata ) : void
Start ( ) : void
Stop ( bool force ) : void
avahi_service_type_browser_free ( IntPtr handle ) : void
avahi_service_type_browser_new ( IntPtr client, int iface, int proto, byte domain, LookupFlags flags, ServiceTypeBrowserCallback cb, IntPtr userdata ) : IntPtr

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ServiceTypeBrowser() public method

public ServiceTypeBrowser ( Client client ) : System
client Client
return System

ServiceTypeBrowser() public method

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

ServiceTypeBrowser() public method

public ServiceTypeBrowser ( Client client, string domain ) : System
client Client
domain string
return System