|
ucommon
|
The broadcast address object is used to store the broadcast address for a specific subnet. More...
#include <address.h>


Public Member Functions | |
| IPV6Broadcast (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. | |
The broadcast address object is used to store the broadcast address for a specific subnet.
This is commonly used for UDP broadcast operations.
| ost::IPV6Broadcast::IPV6Broadcast | ( | 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.
| net | null terminated ASCII network address. |
1.7.6.1