C# Class TouchRemote.Bonjour.Interop

Exibir arquivo Open project: pieceofsummer/TouchRemote

Public Methods

Method Description
DNSServiceHasData ( IntPtr handle, System.TimeSpan waitFor ) : bool

Private Methods

Method Description
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

Method Details

DNSServiceHasData() public static method

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