#include <mmf/common/mmfipc.h>
class RMmfSessionBase : public RSessionBase |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Reimplemented from RSessionBase::SendReceive(TInt)const
Issues a synchronous request to the server with the specified function number, but with no arguments.
Parameters | |
---|---|
aFunction | The function number identifying the request. |
Panic Codes | |
---|---|
USER | 72 if the function number is negative. |
void | SendReceive | ( | TInt | aFunction, |
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
Reimplemented from RSessionBase::SendReceive(TInt,TRequestStatus &)const
Issues an asynchronous request to the server with the specified function number, but with no arguments.
The completion status of the request is returned via the request status object, aStatus.
Parameters | |
---|---|
aFunction | The function number identifying the request. |
aStatus | The request status object used to contain the completion status of the request. |
Panic Codes | |
---|---|
USER | 72 if the function number is negative. |
void | SendReceive | ( | TInt | aFunction, |
TInt | aParam0, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
void | SendReceive | ( | TInt | aFunction, |
TInt | aParam0, | |||
TInt | aParam1, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt | SendReceive | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1 | |||
) | const [protected, inline] |
TInt | SendReceive | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
const TDesC8 & | aParam2 | |||
) | const [protected, inline] |
void | SendReceive | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
void | SendReceive | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
void | SendReceive | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
const TDesC8 & | aParam2, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
void | SendReceive | ( | TInt | aFunction, |
const TDesC & | aParam0, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt | SendReceive | ( | TInt | aFunction, |
TInt | aParam0, | |||
const TDesC8 & | aParam1, | |||
const TDesC8 & | aParam2 | |||
) | const [protected, inline] |
void | SendReceive | ( | TInt | aFunction, |
TInt | aParam0, | |||
const TDesC8 & | aParam1, | |||
const TDesC8 & | aParam2, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt | SendReceiveResult | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
TDes8 & | aResult | |||
) | const [protected, inline] |
TInt | SendReceiveResult | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
const TDesC8 & | aParam2, | |||
TDes8 & | aResult | |||
) | const [protected, inline] |
void | SendReceiveResult | ( | TInt | aFunction, |
TDes8 & | aResult, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
void | SendReceiveResult | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
TDes8 & | aResult, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
void | SendReceiveResult | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
const TDesC8 & | aParam2, | |||
TDes8 & | aResult, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt | SendReceiveResult | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
TDes & | aResult | |||
) | const [protected, inline] |