Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: ir_sock.h
Link against: irda.lib

Class TIASDatabaseEntryV001

TIASDatabaseEntryV001

Support

Supported from 5.0

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.

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

See also:


Construction


TIASDatabaseEntryV001()

TIASDatabaseEntryV001();

Description

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

[Top]


Public data members


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.