Classes | Namespaces

message.h File Reference

#include "netlib/netlib.h"
Include dependency graph for message.h:
This graph shows which files directly or indirectly include this file:

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