IPV4Broadcast Class Reference

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

#include <address.h>

Inheritance diagram for IPV4Broadcast:
Inheritance graph
[legend]
Collaboration diagram for IPV4Broadcast:
Collaboration graph
[legend]

Public Member Functions

 IPV4Broadcast (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.

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.

Definition at line 593 of file address.h.


Constructor & Destructor Documentation

IPV4Broadcast::IPV4Broadcast ( 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 on 24 Sep 2014 for ucommon by  doxygen 1.6.1