TDnsRespA Class Reference

class TDnsRespA : public TDnsQryRespBase

DNS Host Address query response representation. See RFC1034, 1035.

Inherits from

Constructor & Destructor Documentation

TDnsRespA()

TDnsRespA ( ) [inline]

Member Functions Documentation

HostAddress()

const TInetAddr & HostAddress ( ) const [inline]

SetHostAddress(const TInetAddr &)

void SetHostAddress ( const TInetAddr & aInetAddr ) [inline]

Sets the value of the resolved Host Address

Parameters

const TInetAddr & aInetAddr The resolved Host Address

Member Data Documentation

TInetAddr iInetAddr

TInetAddr iInetAddr [protected]