class TIASDatabaseEntry : public TPckgBuf< TIASDatabaseEntryV001 > |
An Information Access Service (IAS) record in the network database.
The record data is contained in an object of type TIASDatabaseEntryV001 packaged in a modifiable buffer descriptor. RNetDatabase
Public Member Functions | |
---|---|
IMPORT_C void | SetAttributeName(const TDesC8 &) |
IMPORT_C void | SetClassName(const TDesC8 &) |
IMPORT_C void | SetToCharString(const TDesC8 &) |
IMPORT_C void | SetToCharString(const TDesC16 &) |
IMPORT_C void | SetToInteger(const TUint) |
IMPORT_C void | SetToOctetSeq(const TDesC8 &) |
IMPORT_C void | SetAttributeName | ( | const TDesC8 & | anAttributeName | ) |
const TDesC8 & anAttributeName |
IMPORT_C void | SetClassName | ( | const TDesC8 & | aClassName | ) |
const TDesC8 & aClassName |
IMPORT_C void | SetToCharString | ( | const TDesC8 & | aCharString | ) |
const TDesC8 & aCharString |
IMPORT_C void | SetToCharString | ( | const TDesC16 & | aWideString | ) |
const TDesC16 & aWideString |
IMPORT_C void | SetToInteger | ( | const TUint | anInteger | ) |
const TUint anInteger |
IMPORT_C void | SetToOctetSeq | ( | const TDesC8 & | aData | ) |
Sets the response type corresponding to the class and attribute defined in this record, as binary data.
const TDesC8 & aData | The response binary data. The length of this data can never be greater than (KMaxQueryStringLength - 3). |