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)

void SetPort ( TUint16 aPort ) [inline]

Sets the value of the port number

Parameters

TUint16 aPort port number

SetPriority(TUint16)

void SetPriority ( TUint16 aPriority ) [inline]

Sets The priority of this target host

Parameters

TUint16 aPriority The priority of this target host

SetTarget(const TDesC8 &)

void SetTarget ( const TDesC8 & aTarget ) [inline]

Sets the domain name of the target host.

Parameters

const TDesC8 & aTarget Domain name of the target host.

SetWeight(TUint16)

void SetWeight ( TUint16 aWeight ) [inline]

Sets the value of the weight field

Parameters

TUint16 aWeight The 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]