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 &)

voidSetFlags(const TDesC8 &aFlags)[inline]

Sets the value of Flags string

Parameters

const TDesC8 & aFlagsFlags string

SetOrder(TUint16)

voidSetOrder(TUint16aOrder)[inline]

Sets the value of Order field

Parameters

TUint16 aOrderOrder field value

SetPref(TUint16)

voidSetPref(TUint16aPref)[inline]

Sets the value of Preference field

Parameters

TUint16 aPrefPreference field value

SetRegexp(const TDesC8 &)

voidSetRegexp(const TDesC8 &aRegexp)[inline]

Sets the value of Regexp field

Parameters

const TDesC8 & aRegexpRegexp field value

SetReplacement(const TDesC8 &)

voidSetReplacement(const TDesC8 &aReplacement)[inline]

Sets the value of Replacement field

Parameters

const TDesC8 & aReplacementReplacement field value

SetService(const TDesC8 &)

voidSetService(const TDesC8 &aService)[inline]

Sets the value of service name(s) available

Parameters

const TDesC8 & aServiceservice 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]