Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cNetHost.h File Reference

Go to the source code of this file.

Classes

class  GrayLib::cNetMacAddr
 
class  GrayLib::cNetHost4
 
class  GrayLib::cNetHost6
 

Namespaces

 GrayLib
 

Typedefs

typedef short sa_family_t
 enum of network family types. e.g. AF_UNSPEC=0, AF_INET = 2, AF_INET6 = 23, AF_NETBIOS = 17, etc More...
 

Functions

 GrayLib::UNITTEST2_PREDEF (cNetHost)
 

Detailed Description

Host/Node Id = the address for the machine (not the port) Address = host address + port for a socket connection.

Typedef Documentation

◆ sa_family_t

typedef short sa_family_t

enum of network family types. e.g. AF_UNSPEC=0, AF_INET = 2, AF_INET6 = 23, AF_NETBIOS = 17, etc