Construct a network address from an IPv4 address.
Synopsis
Declared in <netaddress.h>
explicit
CNetAddr(in_addr const& ipv4Addr);
Parameters
Name |
Description |
ipv4Addr |
The IPv4 address to store. |
Created with MrDocs