Hermes SDK Documentation
core
NetworkProperties.hpp
1
#pragma once
2
3
#include <vector>
4
#include <string>
5
6
class
NetworkProperties
7
{
8
public
:
9
static
std::vector<std::string> getLocalIpAddresses();
10
static
std::string getHostName();
11
static
std::string getLoopbackInterface();
12
};
13
NetworkProperties
Definition:
NetworkProperties.hpp:7
Generated by
1.8.18