My Project
|
generate an output message to be send via network. More...
#include <InterprocessQueue.hpp>
Public Types | |
typedef std::string | BufferType_t |
Public Member Functions | |
int | GenerateMsg (const InterProcessMessage &msg) |
call this function to generate a new message. More... | |
const char * | GetBuffer () |
int | GetBufferSize () |
void | reset () |
void | append (const std::string &str) |
void | append (const char *pData, int nLength) |
void | append (DWORD dwValue) |
generate an output message to be send via network.
|
inline |
call this function to generate a new message.
call GetBuffer to and GetBufferSize to retrieve the message.