#include <ir_sock.h>
Link against: irda.lib
class TIASDatabaseEntry : public TPckgBuf< TIASDatabaseEntryV001 > |
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 &) |
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.
See also: RNetDatabase
IMPORT_C void | SetAttributeName | ( | const TDesC8 & | anAttributeName | ) |
Sets the attribute in the IAS entry.
Parameters | |
---|---|
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.
Parameters | |
---|---|
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.
Parameters | |
---|---|
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.
Parameters | |
---|---|
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.
Parameters | |
---|---|
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.
Parameters | |
---|---|
aData | The response binary data. The length of this data can never be greater than (KMaxQueryStringLength - 3). |