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 | ) |
Sets the attribute in the IAS entry.
const TDesC8 & anAttributeName | The attribute. The maximum length of this descriptor is the value of the constant KIASAttributeNameMax. |
IMPORT_C void | SetClassName | ( | const TDesC8 & | aClassName | ) |
Sets the class name in the IAS entry.
const TDesC8 & aClassName | The class name. The maximum length of this descriptor is the value of the constant KIASClassNameMax. |
IMPORT_C void | SetToCharString | ( | const TDesC8 & | aCharString | ) |
Sets the response type corresponding to the class and attribute defined in this record, as a character string.
const TDesC8 & aCharString | The response string. The length of this string can never be greater than (KMaxQueryStringLength - 3). |
IMPORT_C void | SetToCharString | ( | const TDesC16 & | aWideString | ) |
Sets the response type corresponding to the class and attribute defined in this record, as a wide character string.
const TDesC16 & aWideString | The response string. |
IMPORT_C void | SetToInteger | ( | const TUint | anInteger | ) |
Sets the response type corresponding to the class and attribute defined in this record, as an integer.
const TUint anInteger | The response integer. |
IMPORT_C void | SetToOctetSeq | ( | const TDesC8 & | aData | ) |
Sets the response type corresponding to the class and attribute defined in this record, as binary data.
Sets the response type corresponding to the class and attribute defined in this record, as an Octet sequence.
const TDesC8 & aData | The response binary data. The length of this data can never be greater than (KMaxQueryStringLength - 3). |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.