#include "netlib/netlib.h"
Go to the source code of this file.
Classes | |
struct | aesop::tcp_payload_t |
A tcp_payload_t consists of a namespace, a command, and then a hash of arguments. More... | |
Namespaces | |
namespace | aesop |
Functions | |
void | aesop::getTcpPayload (IN const char *data, OUT tcp_payload_t &payload) |
construct a tcp_payload_t from low-level netlib::MessageBuffer data |