messagingappbase/obexmtms/btmtm/btclient/source/btcmtm.cpp
changeset 23 238255e8b033
parent 0 72b543305e3a
child 47 5b14749788d7
child 60 7fdbb852d323
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
    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.