|
EpcTools
An event based multi-threaded C++ development framework.
|
Represents a command request. More...
#include <efd.h>
Public Member Functions | |
| FDCommandRequest (FDDictionaryEntryCommand &de) | |
| Class constructor. More... | |
| Bool | isRequest () |
| Indicates if this command is a request (based on the dictionary entry). More... | |
| virtual Int | process (FDMessageRequest *req)=0 |
| Method that will process the request. More... | |
Public Member Functions inherited from FDCommand | |
| FDDictionaryEntryCommand & | getDictionaryEntry () |
| The dictionary entry associated with the command. More... | |
| Bool | isAnswer () |
| Indicates if this command is an answer. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from FDCommand | |
| FDCommand (FDDictionaryEntryCommand &de) | |
| Class constructor. More... | |
Represents a command request.
| FDCommandRequest::FDCommandRequest | ( | FDDictionaryEntryCommand & | de | ) |
Class constructor.
| de | the dictionary entry for the command. |
|
inlinevirtual |
Indicates if this command is a request (based on the dictionary entry).
Implements FDCommand.
|
pure virtual |
Method that will process the request.
1.8.16