TDnsQryRespBase Class Reference

class TDnsQryRespBase

DNS query response representation. This is a base class and is not intended to be instantinated. See RFC1035.

Constructor & Destructor Documentation

TDnsQryRespBase()

TDnsQryRespBase ( ) [protected, inline]

TDnsQryRespBase(TUint16, TUint16)

TDnsQryRespBase ( TUint16 aRRespType,
TUint16 aRRClass
) [protected, inline]

Constructor

Parameters

TUint16 aRRespType RR type
TUint16 aRRClass RR Class

Member Functions Documentation

RRClass()

TUint16 RRClass ( ) const [inline]

RRTtl()

TUint32 RRTtl ( ) const [inline]

RRType()

TUint16 RRType ( ) const [inline]

SetRRTtl(TUint32)

void SetRRTtl ( TUint32 aRRTtl ) [inline]

Sets the value of RR TTL in the DNS response message

Parameters

TUint32 aRRTtl RR TTL

Member Data Documentation

const TUint16 iRespClass

const TUint16 iRespClass [protected]

TUint32 iRespTtl

TUint32 iRespTtl [protected]

const TUint16 iRespType

const TUint16 iRespType [protected]