Rechercher une page de manuel
ost_IPV4Broadcast
Langue: en
Version: 360860 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
ost::IPV4Broadcast -The broadcast address object is used to store the broadcast address for a specific subnet.
SYNOPSIS
#include <address.h>
Inherits ost::IPV4Address.
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.
Constructor & Destructor Documentation
ost::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.
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre