Home | All Classes | Grouped Classes | Index | Search

CL_NetObject_Server::send

Send a message to client objects. Send a message to client object.

	void send(
		CL_NetGroup& group, int msg_type, const CL_NetPacket& message, bool reliable = true);

	void send(
		CL_NetComputer& computer, int msg_type, const CL_NetPacket& message, bool reliable = true);

See also:

CL_NetComputer | CL_NetGroup | CL_NetObject_Server | CL_NetPacket



Questions or comments, write to the ClanLib mailing list.