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