#include <feeserver/fee_scmd.hh>
Public Member Functions | |
RebootMachine (Main &m) | |
short | Handle (const std::vector< unsigned char > &idata, const size_t isize, std::vector< unsigned char > &odata, size_t &osize) |
FeeServer::RebootMachine::RebootMachine | ( | Main & | m | ) | [inline] |
constructor
m | Reference to server |
short FeeServer::RebootMachine::Handle | ( | const std::vector< unsigned char > & | idata, | |
const size_t | isize, | |||
std::vector< unsigned char > & | odata, | |||
size_t & | osize | |||
) | [virtual] |
Handle the command.
idata | Input data | |
isize | Size of idata | |
odata | Reference to pointer. On output it should contain the output data. | |
osize | On output, the size of odata |
Implements FeeServer::ServerCommand.