![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Network replication object, server version.
Contained in: global
Derived from:
none
Derived by:
none
Group: Network (NetObjects)
#include <ClanLib/network.h>
public function member index: |
||
Construction: |
||
CL_NetObject_Server | (CL_NetObject_Controller* controller); | |
CL_NetObject_Server | (const CL_NetObject_Server& copy); | |
virtual | ~CL_NetObject_Server | (); |
Attributes: |
||
int | get_obj_id | () const; |
Operations: |
||
void | send | (CL_NetGroup& group, int msg_type, const CL_NetPacket& message); |
void | send | (CL_NetComputer& computer, int msg_type, const CL_NetPacket& message); |
Signals: |
||
CL_Signal_v2<const CL_NetComputer& , CL_NetPacket& >& | sig_received_message | (int msg_type); |