| class CHostResolvProvdBase : public CResolverProvdBase |
Provides Host name resolver service
| Public Member Functions | |
|---|---|
| void | GetByAddress(TNameRecord &) |
| void | GetByName(TNameRecord &) |
| void | GetHostName(TDes &) |
| IMPORT_C void | Query(const TDesC8 &, TDes8 &, TInt) |
| void | SetHostName(TDes &) |
| IMPORT_C TInt | SetOption(TUint, TUint, const TDesC8 &) |
| Inherited Attributes | |
|---|---|
| CResolverProvdBase::iNotify | |
| void | GetByAddress | ( | TNameRecord & | aName | ) | [pure virtual] |
Gets the Host name by address
| TNameRecord & aName |
| void | GetByName | ( | TNameRecord & | aName | ) | [pure virtual] |
Get the Host name by name
| TNameRecord & aName |
| void | GetHostName | ( | TDes & | aNameBuf | ) | [pure virtual] |
Gets the Host name
| TDes & aNameBuf |
| IMPORT_C void | Query | ( | const TDesC8 & | aQryBuf, |
| TDes8 & | aResBuf, | |||
| TInt | aCounter | |||
| ) | [virtual] | |||