Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

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.