#include "../base/Types.h"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | NET |
Classes | |
class | NET::Address |
Represents an IP address and port. More... | |
Functions | |
std::string | NET::GetLocalIP () |
Retrieves the IP address of the current machine. This will likely be the IP on the local network, and not the internet-facing IP. | |
std::string | NET::GetNetworkBroadcastIP () |
Retrieves the IP address for network broadcasts for the current network. | |
std::string | NET::GetDirectBroadcastIP () |
Retrieves the global broadcast address. |