#include <common.h>
Public Member Functions | |
| virtual void | Send (const char *data, std::size_t size) |
| virtual | ~OutputChannel () |
Public Attributes | |
| std::vector< char > | SerializedData |
Definition at line 81 of file tests/protocol/common.h.
|
inlinevirtual |
Definition at line 89 of file tests/protocol/common.h.
|
inlinevirtual |
Definition at line 84 of file tests/protocol/common.h.
| std::vector<char> OutputChannel::SerializedData |
Definition at line 93 of file tests/protocol/common.h.