Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ir_sock.h
Link against: irda.lib

Class TIASDatabaseEntryV001

class TIASDatabaseEntryV001;

Description

The data for an Information Access Service (IAS) record in the network database.

An object of this type is contained in a packaged modifiable buffer descriptor.

Members

Defined in TIASDatabaseEntryV001:
TIASDatabaseEntryV001(), iAttributeName, iClassName, iData

See also:


Construction and destruction


TIASDatabaseEntryV001()

IMPORT_C TIASDatabaseEntryV001();

Description

Default constructor. Sets the type of the response data to missing.

[Top]


Member data


iClassName

TBuf8< KIASClassNameMax > iClassName;

Description

The class name for the IAS entry

This is a template specialisation of a TBuf8<TInt>


iAttributeName

TBuf8< KIASAttributeNameMax > iAttributeName;

Description

The attribute for the IAS entry.

This is a template specialisation of a TBuf8<TInt>


iData

TIASResponse iData;

Description

The response data.