ost::IPV6Broadcast - The broadcast address object is used to store the broadcast address for a specific
Contents
Constructor & Destructor Documentation
ost::IPV6Broadcast::IPV6Broadcast(constchar*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.
Parametersnet null terminated ASCII network address.
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.
Name
ost::IPV6Broadcast - The broadcast address object is used to store the broadcast address for a specific
subnet.
Synopsis
#include <address.h>
Inherits ost::IPV6Address.
PublicMemberFunctionsIPV6Broadcast (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.
AdditionalInheritedMembers