|
||
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(TDes8 &,TDes8 &,TUint &)
Retrieves the detail of this IAS query.Set(const TDesC8 &,const TDesC8 &,TUint)
Changes the class name, the attribute and the remote device address of the IAS q...TIASQuery()
Constructs an empty IAS query object.TIASQuery(const TDesC8 &,const TDesC8 &,TUint)
Constructs a new IAS query taking the class name, the attribute and the remote d...TIASResponse
Response from an Information Access Service (IAS) query to another device's IAS ...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.
|