class RMmfSessionBase : public RSessionBase |
RSessionBase adaptor layer Provides typechecking for client-side calls.
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
TInt | SendReceive | ( | TInt | aFunction | ) | const [protected, inline] |
Issues a synchronous request to the server with the specified function number, but with no arguments.
KErrNone, if the send operation is successful; KErrServerTerminated, if the server no longer present; KErrServerBusy, if there are no message slots available; KErrNoMemory, if there is insufficient memory available.
panic
USER 72 if the function number is negative.
TInt aFunction | The function number identifying the request. |
void | SendReceive | ( | TInt | aFunction, |
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
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.
panic
USER 72 if the function number is negative.
TInt aFunction | The function number identifying the request. |
TRequestStatus & aStatus | The request status object used to contain the completion status of the request. |
TInt | SendReceive | ( | TInt | aFunction, |
TInt | aParam0, | |||
TInt | aParam1 | |||
) | const [protected, inline] |
void | SendReceive | ( | TInt | aFunction, |
TInt | aParam0, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt aFunction | |
TInt aParam0 | |
TRequestStatus & aStatus |
void | SendReceive | ( | TInt | aFunction, |
TInt | aParam0, | |||
TInt | aParam1, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt aFunction | |
TInt aParam0 | |
TInt aParam1 | |
TRequestStatus & aStatus |
TInt | SendReceive | ( | TInt | aFunction, |
const TDesC8 & | aParam0 | |||
) | 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] |
TInt aFunction | |
const TDesC8 & aParam0 | |
TRequestStatus & aStatus |
void | SendReceive | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt aFunction | |
const TDesC8 & aParam0 | |
const TDesC8 & aParam1 | |
TRequestStatus & aStatus |
void | SendReceive | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
const TDesC8 & | aParam2, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt aFunction | |
const TDesC8 & aParam0 | |
const TDesC8 & aParam1 | |
const TDesC8 & aParam2 | |
TRequestStatus & aStatus |
void | SendReceive | ( | TInt | aFunction, |
const TDesC & | aParam0, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt aFunction | |
const TDesC & aParam0 | |
TRequestStatus & aStatus |
TInt | SendReceive | ( | TInt | aFunction, |
const TDesC & | aParam0 | |||
) | 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 aFunction | |
TInt aParam0 | |
const TDesC8 & aParam1 | |
const TDesC8 & aParam2 | |
TRequestStatus & aStatus |
TInt | SendReceiveResult | ( | TInt | aFunction, |
TDes8 & | aResult | |||
) | 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] |
TInt aFunction | |
TDes8 & aResult | |
TRequestStatus & aStatus |
void | SendReceiveResult | ( | TInt | aFunction, |
const TDesC8 & | aParam0, | |||
const TDesC8 & | aParam1, | |||
TDes8 & | aResult, | |||
TRequestStatus & | aStatus | |||
) | const [protected, inline] |
TInt aFunction | |
const TDesC8 & aParam0 | |
const TDesC8 & aParam1 | |
TDes8 & aResult | |
TRequestStatus & aStatus |
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] |
TInt | SendReceiveResult | ( | TInt | aFunction, |
TInt | aParam0, | |||
const TDesC8 & | aParam1, | |||
const TDesC8 & | aParam2, | |||
TDes8 & | aResult | |||
) | const [protected, inline] |