messagingappbase/obexmtms/btmtm/btclient/Include/btcmtm.h
changeset 23 238255e8b033
parent 0 72b543305e3a
child 47 5b14749788d7
child 60 7fdbb852d323
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
    81 	
    81 	
    82 	/**
    82 	/**
    83 	 * Starts an asynchronous function as an active object. Only works for EBtcCmdSend.
    83 	 * Starts an asynchronous function as an active object. Only works for EBtcCmdSend.
    84 	 *
    84 	 *
    85 	 * @param aFunctionId Identifier of the function to be invoked. Only supports EBtcCmdSend.
    85 	 * @param aFunctionId Identifier of the function to be invoked. Only supports EBtcCmdSend.
    86 	 * @param aSelection Selction of message entries for the requested function to operate on.
    86 	 * @param aSelection Selection of message entries for the requested function to operate on.
    87 	 * @param aParameter Buffer containing input and output parameters.
    87 	 * @param aParameter Buffer containing input and output parameters.
    88 	 * @param aCompletionStatus Canonical TRequestStatus used for control of the active object.
    88 	 * @param aCompletionStatus Canonical TRequestStatus used for control of the active object.
    89 	 * @return Pointer to a new asynchronously completing CMsvOperation. If failed, this is a completed operation with 
    89 	 * @return Pointer to a new asynchronously completing CMsvOperation. If failed, this is a completed operation with 
    90 	 * status set to the relevant error code.
    90 	 * status set to the relevant error code.
    91 	 * @leave Leaves if no memory is available, or if the specified aFunctionId is unsupported.
    91 	 * @leave Leaves if no memory is available, or if the specified aFunctionId is unsupported.