Location:
ir_sock.h
Link against: irda.lib
class TIASQuery : public TBuf8< KMaxQueryStringLength >;
An Information Access Service (IAS) query to another device's IAS server.
TBuf8< KMaxQueryStringLength >
- No description.
TIASQuery
- An Information Access Service (IAS) query to another device's IAS server
Defined in TIASQuery
:
Get()
, Set()
, TIASQuery()
, TIASQuery()
IMPORT_C TIASQuery(const TDesC8 &aClass, const TDesC8 &aAttribute, TUint aRemoteDevAddr);
Constructs a new IAS query taking the class name, the attribute and the remote device address.
|
IMPORT_C TIASQuery();
Constructs an empty IAS query object.
The class name, the attribute and the remote device name must be set before this query object can be used.
IMPORT_C void Set(const TDesC8 &aClass, const TDesC8 &aAttribute, TUint aRemoteDevAddr);
Changes the class name, the attribute and the remote device address of the IAS query.
|
IMPORT_C void Get(TDes8 &aClass, TDes8 &aAttribute, TUint &aRemoteDevAddr);
Retrieves the detail of this IAS query.
|