class TIASQuery : public TBuf8< KMaxQueryStringLength > |
An Information Access Service (IAS) query to another device's IAS server. TIASResponse
Public Member Functions | |
---|---|
TIASQuery(const TDesC8 &, const TDesC8 &, TUint) | |
TIASQuery() | |
IMPORT_C void | Get(TDes8 &, TDes8 &, TUint &) |
IMPORT_C void | Set(const TDesC8 &, const TDesC8 &, TUint) |
Private Attributes | |
---|---|
TUint32 | iPadding1 |
TUint32 | iPadding2 |
Inherited Attributes | |
---|---|
TBuf8< KMaxQueryStringLength >::iBuf | |
TDes8::__DECLARE_TEST | |
TDes8::iMaxLength |
IMPORT_C | TIASQuery | ( | const TDesC8 & | aClass, |
const TDesC8 & | aAttribute, | |||
TUint | aRemoteDevAddr | |||
) |
IMPORT_C void | Get | ( | TDes8 & | aClass, |
TDes8 & | aAttribute, | |||
TUint & | aRemoteDevAddr | |||
) |
IMPORT_C void | Set | ( | const TDesC8 & | aClass, |
const TDesC8 & | aAttribute, | |||
TUint | aRemoteDevAddr | |||
) |