nSocketType Struct Reference

structure defining a socket type More...

List of all members.

Public Member Functions

 nSocketType ()
 protocol

Public Attributes

int family
int type
 socket family
int protocol
 socket type


Detailed Description

structure defining a socket type

Definition at line 129 of file nSocket.cpp.


Constructor & Destructor Documentation

nSocketType::nSocketType (  )  [inline]

protocol

default constructor

Definition at line 136 of file nSocket.cpp.

00139             : family(PF_INET)
00140             , type(SOCK_DGRAM)


Member Data Documentation

int nSocketType::family

Definition at line 131 of file nSocket.cpp.

Referenced by nSocket::Open().

int nSocketType::type

socket family

Definition at line 132 of file nSocket.cpp.

Referenced by ANET_GetHostList(), and nSocket::Open().

int nSocketType::protocol

socket type

Definition at line 133 of file nSocket.cpp.

Referenced by nSocket::Open().


The documentation for this struct was generated from the following file:
Generated on Sat Mar 15 23:50:56 2008 for Armagetron Advanced by  doxygen 1.5.4