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_NetObject_Server | CL_NetGroup | CL_NetPacket | CL_NetComputer



Questions or comments, write to the ClanLib mailing list.