|
EpcTools
An event based multi-threaded C++ development framework.
|
Represents a command, a request or answer, that will be registered with freeDiameter. More...
#include <efd.h>
Public Member Functions | |
| FDDictionaryEntryCommand & | getDictionaryEntry () |
| The dictionary entry associated with the command. More... | |
| virtual Bool | isRequest ()=0 |
| Indicates if this command is a request (based on the dictionary entry). More... | |
| Bool | isAnswer () |
| Indicates if this command is an answer. More... | |
Protected Member Functions | |
| FDCommand (FDDictionaryEntryCommand &de) | |
| Class constructor. More... | |
Represents a command, a request or answer, that will be registered with freeDiameter.
|
protected |
Class constructor.
| de | the dictionary entry associated with the command. |
|
inline |
The dictionary entry associated with the command.
|
inline |
Indicates if this command is an answer.
|
pure virtual |
Indicates if this command is a request (based on the dictionary entry).
Implemented in FDCommandRequest.
1.8.16