Location:
ir_sock.h
Link against: irda.lib
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()
, iAttributeName
, iClassName
, iData
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.