#include <feeserver/fee_scmd.hh>


Public Member Functions | |
| UpdateServer (Main &m) | |
| short | Handle (const std::vector< unsigned char > &idata, const size_t isize, std::vector< unsigned char > &odata, size_t &osize) |
| FeeServer::UpdateServer::UpdateServer | ( | Main & | m | ) | [inline] |
constructor
| m | Reference to server |
| short FeeServer::UpdateServer::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.
1.5.6