
Network replication object, client version. More...
Derived from: | None |
Derived by: | None |
Group: | NetObjects (Network) |
#include <ClanLib/network.h>
Class Members:
Construction: | |
NetObject client constructor. |
| |
Returns the netobject handle that identifies it over the network. | |
Returns the netcomputer handle to the server of this object. |
| |
Send a message to the server object. |
| |
Signal emitted when receiving messages of the specified type from the server. |
Detailed description:
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.