ClanSoft logo
ClanSoft logo
Entire Class Index Main Class Index Cross Index Global Index

Class CL_NetGroup

Represents a group of computers.
Contained in: global
Derived from: std::list
Derived by: none
Group: Network (NetSessions)

#include <ClanLib/network.h>


public function member index:

Construction:

CL_NetGroup();
CL_NetGroup(const CL_NetComputer& computer);
CL_NetGroup(const std::list<CL_NetComputer>& group);

Operations:

void send(const std::string& packet_channel, const CL_NetPacket& packet);
 

Description:


Function Member Descriptions:

CL_NetGroup::CL_NetGroup - Constructs a group.
CL_NetGroup();


CL_NetGroup::send - Send packet to all the computers in the group.
void send(const std::string& packet_channel, const CL_NetPacket& packet);