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 . More... | |
| static IPAddressUInt | ToIPAddressUInt (const IPAddress &ip) |
Creates an uint ip . from the given IPAddress More... | |
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. |