TDnsRespSRV Class Reference

class TDnsRespSRV : public TDnsQryRespBase

DNS SRV query response representation. See RFC2782.

Inherits from

Constructor & Destructor Documentation

TDnsRespSRV()

TDnsRespSRV()[inline]

Constructor

Member Functions Documentation

Port()

TUint16 Port()const [inline]

Priority()

TUint16 Priority()const [inline]

SetPort(TUint16)

voidSetPort(TUint16aPort)[inline]

Sets the value of the port number

Parameters

TUint16 aPortport number

SetPriority(TUint16)

voidSetPriority(TUint16aPriority)[inline]

Sets The priority of this target host

Parameters

TUint16 aPriorityThe priority of this target host

SetTarget(const TDesC8 &)

voidSetTarget(const TDesC8 &aTarget)[inline]

Sets the domain name of the target host.

Parameters

const TDesC8 & aTargetDomain name of the target host.

SetWeight(TUint16)

voidSetWeight(TUint16aWeight)[inline]

Sets the value of the weight field

Parameters

TUint16 aWeightThe value of the weight field

Target()

const TDesC8 &Target()const [inline]

Weight()

TUint16 Weight()const [inline]

Member Data Documentation

TUint16 iPort

TUint16 iPort[protected]

TUint16 iPriority

TUint16 iPriority[protected]

TDnsDomainName iTarget

TDnsDomainName iTarget[protected]

TUint16 iWeight

TUint16 iWeight[protected]