Basic network connection operations. More...
#include <cvb/network_connection.hpp>
Static Public Member Functions | |
static IPAddress | ToIPAddress (const IPAddressUInt &ipAddressInt) |
Creates an IPAddress from the given uint ip . | |
static IPAddressUInt | ToIPAddressUInt (const IPAddress &ip) |
Creates an uint ip . from the given IPAddress | |
Basic network connection operations.
|
inlinestatic |
Creates an IPAddress from the given uint
ip .
ipAddressInt | IPv4 address as an uint . |
|
inlinestatic |
Creates an uint
ip . from the given IPAddress
ip | IPv4 address as an IPAddress . |
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.