C# 클래스 Avahi.ServiceBrowser

상속: BrowserBase, IDisposable
파일 보기 프로젝트 열기: RidgeRun/eval-sdk-imx6-hummingboard 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ServiceBrowser() 공개 메소드

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
리턴 System

ServiceBrowser() 공개 메소드

public ServiceBrowser ( Client client, string type ) : System
client Client
type string
리턴 System

ServiceBrowser() 공개 메소드

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