ost::IPV4Broadcast
The broadcast address object is used to store the broadcast address for a specific subnet.
- Provided by: libcommoncpp2-doc (Version: 1.8.1-10)
- Source: libcommoncpp2
- Report a bug
The broadcast address object is used to store the broadcast address for a specific subnet.
#include <address.h>
Inherits ost::IPV4Address.
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.
The broadcast address object is used to store the broadcast address for a specific subnet.
This is commonly used for UDP broadcast operations.
Specify the physical broadcast address to use and create a new broadcast address object based on a null terminated ASCII string.
Parameters
Generated automatically by Doxygen for GNU CommonC++ from the source code.