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

ost::BroadcastAddress Class Reference

The broadcast address object is used to store the broadcast address for a specific subnet. More...

#include <socket.h>

Inheritance diagram for ost::BroadcastAddress::

ost::InetAddress List of all members.

Public Methods

 BroadcastAddress (const char *net="255.255.255.255")
 Specify the physical broadcast address to use and create a new broadcast address object based on a null terminated ASCII string. More...


Detailed Description

The broadcast address object is used to store the broadcast address for a specific subnet.

This is commonly used for UDP broadcast operations.


Constructor & Destructor Documentation

ost::BroadcastAddress::BroadcastAddress const char *   net = "255.255.255.255"
 

Specify the physical broadcast address to use and create a new broadcast address object based on a null terminated ASCII string.

Parameters:
net   null terminated ASCII network address.


The documentation for this class was generated from the following file:
Generated at Wed Dec 5 07:05:26 2001 for CommonC++ by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001