EPP PollCmd Class.
More...
#include <PollCmd.H>
|
string | _op |
| Operation.
|
|
string | _msgID |
| Message id.
|
|
Protected Attributes inherited from Command |
string | _clTRID |
| Client Transaction ID.
|
|
string PollCmd::get_msgID |
( |
| ) |
const |
|
inline |
Returns the msgID of the message.
- Returns
- message id
References _msgID.
Referenced by cmd_poll().
string PollCmd::get_op |
( |
| ) |
const |
|
inline |
Returns the operation of the poll command.
- Returns
- operation
References _op.
Referenced by cmd_poll().
void PollCmd::set_msgID |
( |
const string & |
msgID | ) |
|
|
inline |
Sets the msgID of the message being acknowledged.
- Parameters
-
msgID | message id (just in "ack" operation) |
References _msgID.
Referenced by cmd_poll().
void PollCmd::set_op |
( |
const string & |
op | ) |
|
|
inline |
Sets the operation of the poll command ("req" or "ack")
- Parameters
-
op | operation ("req" or "ack") |
References _op.
Referenced by cmd_poll().
The documentation for this class was generated from the following file: