#include <protocol.h>
Public Attributes | |
packet_header | h |
the header. More... | |
string | data |
The binary or string data. More... |
Definition at line 26 of file protocol.h.
00026 { 00027 packet_header h; 00028 string data; 00029 // void erase ( void ); 00030 }
|
|