|
||
class TIASDatabaseEntryV001;
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()
Default constructor. Sets the type of the response data to missing. iAttributeName
The attribute for the IAS entry.iClassName
The class name for the IAS entryiData
The response data. TIASDatabaseEntry
An Information Access Service (IAS) record in the network database.IMPORT_C TIASDatabaseEntryV001();
Default constructor. Sets the type of the response data to missing.
TBuf8< KIASClassNameMax > iClassName;
The class name for the IAS entry
This is a template specialisation of a TBuf8<TInt>
TBuf8< KIASAttributeNameMax > iAttributeName;
The attribute for the IAS entry.
This is a template specialisation of a TBuf8<TInt>
TIASResponse iData;
The response data.