Home | All Classes | Grouped Classes | Index | Search
Network replication object, server version. More...
Derived from:
none
Derived by:
none
Group: Network (NetObjects)
#include <ClanLib/network.h>
Construction:
Construct a new netobject, assigning it an unique handle that identifies it over the network. |
Attributes:
Returns the netobject handle that identifies it over the network. |
Operations:
Send a message to client objects. |
Signals:
Signal emitted when receiving messages of the specified type from a client. |
Detailed description:
!group=Network/NetObjects! !header=network.h!The netobject is a message dispatcher for objects being replicated over the network.
It provides an easy system for a server object to send messages to replicated clients on remote computers, as well as getting answers back.