Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

epocnet.h File Reference

Symbian OS implementation of PuTTY networking support. More...

#include <e32std.h>
#include <e32base.h>
#include <w32std.h>
#include <apgtask.h>
#include <es_sock.h>
#include <in_sock.h>

Go to the source code of this file.

Compounds

class  CAcceptor
class  CNetAS
class  CRecver
class  CSender
class  MSocketWatcher
 A socket activity watcher mixin interface class. More...

class  RSocketS

Functions

void sk_set_watcher (MSocketWatcher *aWatcher)
 Sets a socket watcher object.

int sk_num_active_sockets (void)
 Gets the number of active sockets.


Detailed Description

Symbian OS implementation of PuTTY networking support.

Mostly copied from the SyOSsh EPOC Release 5 port by Gabor Keresztfalvi, some additional fixes for the current Symbian port by Petteri Kangaslampi

[No copyright messages in the original, assumed to be copyrighted by Gabor Keresztfavli and available through the PuTTY license]

Portions copyright 2002 Petteri Kangaslampi

See license.txt for full copyright and license information.


Function Documentation

int sk_num_active_sockets void   
 

Gets the number of active sockets.

Returns:
The number of active sockets.

void sk_set_watcher MSocketWatcher   aWatcher
 

Sets a socket watcher object.

The watcher will be notified when a socket is opened or closed.

Parameters:
aWatcher  The watcher object. Set to NULL to remove the watcher.
See also:
MSocketWatcher


Generated on Sun Feb 9 13:01:29 2003 for PuTTY by doxygen1.2.18