| 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.
| 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.
| 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] | |||
| void | SendReceiveResult | ( | TInt | aFunction, |
| TInt | aParam0, | |||
| const TDesC8 & | aParam1, | |||
| const TDesC8 & | aParam2, | |||
| TDes8 & | aResult, | |||
| TRequestStatus & | aStatus | |||
| ) | const [protected, inline] | |||
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.