$Date: 2005/10/24 12:47:42 $
$Revision: 1.11 $
-- Initialisation
-- Initialisation
-- Set personal_group to a_personal_group.
-- Set socket_address to a_socket_address.
-- Subscribe a_procedure to an_event.
-- (From EM_NET_EVENT_PROCESSOR)
-- Subscribe a_procedure to an event with an_event_type_id.
-- (From EM_NET_EVENT_PROCESSOR)
-- Unsubscribe a_procedure from an_event.
-- (From EM_NET_EVENT_PROCESSOR)
-- Unsubscribe a_procedure from an event with an_event_type_id.
-- (From EM_NET_EVENT_PROCESSOR)
-- Join a_group.
-- Leave a_group.
-- Leave all groups.
-- Publish an_event to the event queue.
-- (From EM_NET_EVENT_PROCESSOR)
-- List of groups that this connection belongs to
-- Last time of incoming network activity in ms
-- Max idle duration
-- If max_idle_time is exceeded a timeout event will be generated.
-- Personal group
-- Socket address
-- Timeout event
Represents a connection to a remote peer.
Input and output is not directly done via the connection but via the groups a connection
belongs to:
Every connection has a predefined personal_group that can be used for data sending and
receival with only one specific peer (that is the other side of the connection).
A connection may join multiple groups. You can also define your own group. Data transfer on such
a group concerns all connections that have joined the corresponding group.
See EM_NET_GROUP for further details.