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

socketc.h File Reference

#include "oaw/misc/sockmisc.h"
#include "oaw/misc/stringc.h"
#include "oaw/misc/arrayc.h"
#include "../oawconfig.h"

Include dependency graph for socketc.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  ESocketC
class  SockAddressC
class  SocketC
class  SocketFactoryC
class  SocketSetC

Defines

#define ESOCKETC_BIND_FAILED   0
#define ESOCKETC_LISTEN_FAILED   1
#define ESOCKETC_CREATE_SOCKET_FAILED   2
#define ESOCKETC_ACCEPT_FAILED   3
#define ESOCKETC_CONNECT_FAILED   4
#define ESOCKETC_SETSOCKOPT_FAILED   5
#define ESOCKETC_LOST_CONNECTION   6
#define ESOCKETC_ADDRESS_NOT_EXISTS   7
#define ESOCKETC_SELECT_FAILED   8
#define ESOCKETC_TIMEOUT   9
#define ESOCKETC_DGRAM_SEND_ERROR   10
#define ESOCKETC_DGRAM_READ_ERROR   11
#define ESOCKETC_CLOSE_FAILED   12

Enumerations

enum  SocketType { cStream, cDatagramm }

Variables

SocketFactoryC s_socketFactory


Define Documentation

#define ESOCKETC_ACCEPT_FAILED   3
 

Definition at line 47 of file socketc.h.

#define ESOCKETC_ADDRESS_NOT_EXISTS   7
 

Definition at line 51 of file socketc.h.

#define ESOCKETC_BIND_FAILED   0
 

Definition at line 44 of file socketc.h.

#define ESOCKETC_CLOSE_FAILED   12
 

Definition at line 56 of file socketc.h.

#define ESOCKETC_CONNECT_FAILED   4
 

Definition at line 48 of file socketc.h.

#define ESOCKETC_CREATE_SOCKET_FAILED   2
 

Definition at line 46 of file socketc.h.

#define ESOCKETC_DGRAM_READ_ERROR   11
 

Definition at line 55 of file socketc.h.

#define ESOCKETC_DGRAM_SEND_ERROR   10
 

Definition at line 54 of file socketc.h.

#define ESOCKETC_LISTEN_FAILED   1
 

Definition at line 45 of file socketc.h.

#define ESOCKETC_LOST_CONNECTION   6
 

Definition at line 50 of file socketc.h.

#define ESOCKETC_SELECT_FAILED   8
 

Definition at line 52 of file socketc.h.

#define ESOCKETC_SETSOCKOPT_FAILED   5
 

Definition at line 49 of file socketc.h.

#define ESOCKETC_TIMEOUT   9
 

Definition at line 53 of file socketc.h.


Enumeration Type Documentation

enum SocketType
 

Enumeration values:
cStream 
cDatagramm 

Definition at line 37 of file socketc.h.

00037                {
00038   cStream,
00039   cDatagramm
00040 };


Variable Documentation

SocketFactoryC s_socketFactory
 

Definition at line 155 of file socketc.h.


Generated on Tue Jul 29 14:26:40 2003 for Open ActiveWrl by doxygen1.3-rc2