A GET or REMOVE request message. More...
#include <server_protocol.h>
Public Member Functions | |
DataSetRequest (Command cmd) | |
void | setSequenceNumber (int sn) |
int | getSequenceNumber () const |
![]() | |
RequestMessage (Command cmd) | |
Command | getCommand () |
void | setDssName (const std::string &name) |
std::string | getDssName () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const DataSetRequest &msg) |
Additional Inherited Members | |
![]() | |
Command | command |
std::string | dssName |
A GET or REMOVE request message.
A GET or REMOVE message is defined by the DataSet sequence number to be retrieved or removed.