![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
Net packet class.
Contained in: global
Derived from:
none
Derived by:
none
Group: Network (NetSessions)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
| CL_NetPacket | (); | |
| CL_NetPacket | (const void* data, int size); | |
| CL_NetPacket | (const std::string& data); | |
| CL_NetPacket | (const CL_NetPacket& copy); | |
| ~CL_NetPacket | (); | |
Attributes: |
||
| unsigned char* | get_data | (); |
| const unsigned char* | get_data | () const; |
| int | get_size | () const; |
Operations: |
||
| void | resize | (int new_size); |
| CL_NetPacket& | operator = | (const CL_NetPacket& copy); |