CSpeechRecognitionCustomCommandParser Class Reference

#include <mmf/common/speechrecognitioncustomcommandparser.h>

Link against: speechrecognitioncustomcommands.lib

class CSpeechRecognitionCustomCommandParser : public CMMFCustomCommandParserBase

Inherits from

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
Parameters
aMessageThe message containing the information of the request.

NewL ( MSpeechRecognitionCustomCommandImplementor & )

Factory function for creating this class.

Since
8.0
Parameters
aImplementorA reference to a custom commands implementor.
Return Value
A pointer to a CSpeechRecognitionCustomCommandParser object.