C# 클래스 Avahi.ServiceTypeBrowser

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ServiceTypeBrowser ( Client client ) : System
ServiceTypeBrowser ( Client client, int iface, Protocol proto, string domain, LookupFlags flags ) : System
ServiceTypeBrowser ( Client client, string domain ) : System

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ServiceTypeBrowser() 공개 메소드

public ServiceTypeBrowser ( Client client ) : System
client Client
리턴 System

ServiceTypeBrowser() 공개 메소드

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

ServiceTypeBrowser() 공개 메소드

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