equal
deleted
inserted
replaced
88 /** |
88 /** |
89 * Starts an asynchronous function as an active object. Only works for EBtcCmdSend. |
89 * Starts an asynchronous function as an active object. Only works for EBtcCmdSend. |
90 * |
90 * |
91 * @param aFunctionId Identifier of the function to be invoked. Only supports EBtcCmdSend and |
91 * @param aFunctionId Identifier of the function to be invoked. Only supports EBtcCmdSend and |
92 * KMTMStandardFunctionsSendMessage. |
92 * KMTMStandardFunctionsSendMessage. |
93 * @param aSelection Selction of message entries for the requested function to operate on. |
93 * @param aSelection Selection of message entries for the requested function to operate on. |
94 * @param aParameter Buffer containing input and output parameters. |
94 * @param aParameter Buffer containing input and output parameters. |
95 * @param aCompletionStatus Canonical TRequestStatus used for control of the active object. |
95 * @param aCompletionStatus Canonical TRequestStatus used for control of the active object. |
96 * @return Pointer to a new asynchronously completing CMsvOperation. If failed, this is a completed operation with |
96 * @return Pointer to a new asynchronously completing CMsvOperation. If failed, this is a completed operation with |
97 * status set to the relevant error code. |
97 * status set to the relevant error code. |
98 * @leave Leaves if no memory is available, or if the specified aFunctionId is unsupported. |
98 * @leave Leaves if no memory is available, or if the specified aFunctionId is unsupported. |