C# Class Avahi.ServiceBrowser

Inheritance: BrowserBase, IDisposable
Afficher le fichier Open project: RidgeRun/eval-sdk-imx6-hummingboard Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

ServiceBrowser() public méthode

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
Résultat System

ServiceBrowser() public méthode

public ServiceBrowser ( Client client, string type ) : System
client Client
type string
Résultat System

ServiceBrowser() public méthode

public ServiceBrowser ( Client client, string type, string domain ) : System
client Client
type string
domain string
Résultat System