logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ost::IPV4Broadcast - The broadcast address object is used to store the broadcast address for a specific

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020                           ost::IPV4Broadcast(3)

Constructor & Destructor Documentation

ost::IPV4Broadcast::IPV4Broadcast(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::IPV4Broadcast - The broadcast address object is used to store the broadcast address for a specific
       subnet.

Synopsis

       #include <address.h>

       Inherits ost::IPV4Address.

   PublicMemberFunctionsIPV4Broadcast (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

See Also