TDnsRespNAPTR Class Reference

class TDnsRespNAPTR : public TDnsQryRespBase

DNS NAPTR query response representation. See RFC2915.

Inherits from

Constructor & Destructor Documentation

TDnsRespNAPTR()

TDnsRespNAPTR ( ) [inline]

Constructor

Member Functions Documentation

Flags()

const TDesC8 & Flags ( ) const [inline]

Order()

TUint16 Order ( ) const [inline]

Pref()

TUint16 Pref ( ) const [inline]

Regexp()

const TDesC8 & Regexp ( ) const [inline]

Replacement()

const TDesC8 & Replacement ( ) const [inline]

Service()

const TDesC8 & Service ( ) const [inline]

SetFlags(const TDesC8 &)

void SetFlags ( const TDesC8 & aFlags ) [inline]

Sets the value of Flags string

Parameters

const TDesC8 & aFlags Flags string

SetOrder(TUint16)

void SetOrder ( TUint16 aOrder ) [inline]

Sets the value of Order field

Parameters

TUint16 aOrder Order field value

SetPref(TUint16)

void SetPref ( TUint16 aPref ) [inline]

Sets the value of Preference field

Parameters

TUint16 aPref Preference field value

SetRegexp(const TDesC8 &)

void SetRegexp ( const TDesC8 & aRegexp ) [inline]

Sets the value of Regexp field

Parameters

const TDesC8 & aRegexp Regexp field value

SetReplacement(const TDesC8 &)

void SetReplacement ( const TDesC8 & aReplacement ) [inline]

Sets the value of Replacement field

Parameters

const TDesC8 & aReplacement Replacement field value

SetService(const TDesC8 &)

void SetService ( const TDesC8 & aService ) [inline]

Sets the value of service name(s) available

Parameters

const TDesC8 & aService service name(s) available

Member Data Documentation

TDnsString iFlags

TDnsString iFlags [protected]

TUint16 iOrder

TUint16 iOrder [protected]

TUint16 iPref

TUint16 iPref [protected]

TDnsString iRegexp

TDnsString iRegexp [protected]

TDnsDomainName iReplacement

TDnsDomainName iReplacement [protected]

TDnsString iService

TDnsString iService [protected]