NetLink Sockets C++ 1.0.0
Networking C++ Library @ Get NetLink Sockets C++ Library at SourceForge.net. Fast, secure and Free Open Source software downloads
Classes | Enumerations | Functions

NL Namespace Reference

Classes

class  Exception
class  ReleaseManager
class  SmartBuffer
class  Socket
class  SocketGroupCmd
class  SocketGroup

Enumerations

enum  Protocol { TCP, UDP }
enum  IPVer { IP4, IP6, ANY }
enum  SocketType { CLIENT, SERVER }

Functions

void init ()
int iMax (int a, int b)
unsigned uMax (unsigned a, unsigned b)
unsigned getTime ()

Detailed Description

NetLink Sockets Namespace


Enumeration Type Documentation

enum NL::IPVer

Defines the version of IP.

Defines protocol type.

Defines the nature of the socket.

Enumerator:
CLIENT 

TCP or UDP socket connected or directed to a target host

SERVER 

TCP socket which listens for connections or UDP socket without target host


Function Documentation

void NL::init ( )

Library initialization function

Warning:
Must be called before using the library
Examples:
chatClient.cc, chatServer.cc, clientEcho.cc, serverEcho.cc, udpDirectChat.cc, and webGet.cc.
 All Classes Namespaces Files Functions Enumerations Enumerator