CSpeechRecognitionCustomCommandParser Class Reference

#include <mmf/common/speechrecognitioncustomcommandparser.h>

Link against: speechrecognitioncustomcommands.lib

class CSpeechRecognitionCustomCommandParser : public CMMFCustomCommandParserBase

Inherits from

  • CSpeechRecognitionCustomCommandParser

    Detailed Description

    This is the main class of Speech Recognition Custom Commands Parser.

    Since
    8.0

    Constructor & Destructor Documentation

    ~CSpeechRecognitionCustomCommandParser ( )

    IMPORT_C~CSpeechRecognitionCustomCommandParser()

    Destructor.

    Since
    8.0

    Member Function Documentation

    HandleRequest ( TMMFMessage & )

    voidHandleRequest(TMMFMessage &aMessage)[virtual]

    Reimplemented from CMMFCustomCommandParserBase::HandleRequest(TMMFMessage &)

    Handles the request from the client.

    Since
    8.0
    ParameterDescription
    aMessageThe message containing the information of the request.

    NewL ( MSpeechRecognitionCustomCommandImplementor & )

    Factory function for creating this class.

    Since
    8.0
    ParameterDescription
    aImplementorA reference to a custom commands implementor.

    Returns: A pointer to a CSpeechRecognitionCustomCommandParser object.