Location:
ir_sock.h
Link against: irda.lib
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()
, SetClassName()
, SetToCharString()
, SetToCharString()
, SetToInteger()
, SetToOctetSeq()
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.
|