reSIProcate/rutil  9694
Public Member Functions | Public Attributes
resip::ExternalDnsRawResult Class Reference

#include <ExternalDns.hxx>

Inheritance diagram for resip::ExternalDnsRawResult:
Inheritance graph
[legend]
Collaboration diagram for resip::ExternalDnsRawResult:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ExternalDnsRawResult (unsigned char *buf, int len, void *uData)
 ExternalDnsRawResult (long errorCode, unsigned char *buf, int len, void *uData)

Public Attributes

unsigned char * abuf
int alen

Detailed Description

Definition at line 86 of file ExternalDns.hxx.


Constructor & Destructor Documentation

resip::ExternalDnsRawResult::ExternalDnsRawResult ( unsigned char *  buf,
int  len,
void *  uData 
) [inline]

Definition at line 89 of file ExternalDns.hxx.

                                                                     : 
         ExternalDnsResult(uData),

         abuf(buf),
         alen(len) 
      {}
resip::ExternalDnsRawResult::ExternalDnsRawResult ( long  errorCode,
unsigned char *  buf,
int  len,
void *  uData 
) [inline]

Definition at line 95 of file ExternalDns.hxx.

                                                                                     : 
         ExternalDnsResult(errorCode, uData),
         abuf(buf),
         alen(len)
         {}

Member Data Documentation

Definition at line 101 of file ExternalDns.hxx.

Referenced by resip::DnsStub::handleDnsRaw().

Definition at line 102 of file ExternalDns.hxx.

Referenced by resip::DnsStub::handleDnsRaw().


The documentation for this class was generated from the following file: