Essential Networking Module User’s Guide : PART I Overview of the Essential Networking Module : Chapter 3 Product Organization
Chapter 3 Product Organization
Classes
The Essential Networking Module of SourcePro Net contains one package, the Networking package. This package includes C++ classes and functions that make it easier to write applications that communicate with other applications across a network.
This package includes the following classes:
 
Header Files
The rw/network directory contains a header file for each class. The header file names have the form classname.h. For example, the header file for RWInetAddr is RWInetAddr.h.
You can also use the umbrella header file, network.h, which includes the header files for all classes in the Networking package.