|
||
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.
TPckgBuf< TIASDatabaseEntryV001 >
- No description.
TIASDatabaseEntry
- An Information Access Service (IAS) record in the network database.
Defined in TIASDatabaseEntry
:
SetAttributeName(const TDesC8 &)
Sets the attribute in the IAS entry.SetClassName(const TDesC8 &)
Sets the class name in the IAS entry.SetToCharString(const TDesC16 &)
Sets the response type corresponding to the class and attribute defined in this ...SetToCharString(const TDesC8 &)
Sets the response type corresponding to the class and attribute defined in this ...SetToInteger(const TUint)
Sets the response type corresponding to the class and attribute defined in this ...SetToOctetSeq(const TDesC8 &)
Sets the response type corresponding to the class and attribute defined in this ...IMPORT_C void SetClassName(const TDesC8 &aClassName);
Sets the class name in the IAS entry.
|
IMPORT_C void SetAttributeName(const TDesC8 &anAttributeName);
Sets the attribute in the IAS entry.
|
IMPORT_C void SetToInteger(const TUint anInteger);
Sets the response type corresponding to the class and attribute defined in this record, as an integer.
|
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.
|
IMPORT_C void SetToOctetSeq(const TDesC8 &aData);
Sets the response type corresponding to the class and attribute defined in this record, as binary data.
|
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.
|