C# 클래스 TouchRemote.Bonjour.Interop

파일 보기 프로젝트 열기: pieceofsummer/TouchRemote

공개 메소드들

메소드 설명
DNSServiceHasData ( IntPtr handle, System.TimeSpan waitFor ) : bool

비공개 메소드들

메소드 설명
DNSServiceBrowse ( IntPtr &handle, DnsServiceFlags flags, int ifIndex, string regType, string domain, DNSServiceBrowseReply callback, IntPtr context ) : DnsServiceErrorType
DNSServiceProcessResult ( IntPtr handle ) : DnsServiceErrorType
DNSServiceQueryRecord ( IntPtr &handle, DnsServiceFlags flags, int ifIndex, string fullName, [ rrType, [ rrClass, DnsServiceQueryRecordReply callback, IntPtr context ) : DnsServiceErrorType
DNSServiceRefDeallocate ( IntPtr handle ) : void
DNSServiceRefSockFD ( IntPtr handle ) : int
DNSServiceRegister ( IntPtr &handle, DnsServiceFlags flags, int ifIndex, string name, string regType, string domain, string host, ushort port, ushort txtLen, [ txtRecord, DnsServiceRegisterReply callback, IntPtr context ) : DnsServiceErrorType
DNSServiceResolve ( IntPtr &handle, DnsServiceFlags flags, int ifIndex, string name, string regType, string domain, DNSServiceResolveReply callback, IntPtr context ) : DnsServiceErrorType
select ( int nsock, [ read, [ write, [ error, TimeVal tv ) : int

메소드 상세

DNSServiceHasData() 공개 정적인 메소드

public static DNSServiceHasData ( IntPtr handle, System.TimeSpan waitFor ) : bool
handle System.IntPtr
waitFor System.TimeSpan
리턴 bool