daasiot_python
net_utils.h
Go to the documentation of this file.
1#ifndef NET_UTILS_H
2#define NET_UTILS_H
3
4#include <vector>
5#include <string>
6
7std::vector<std::string> listSystemNetworkInterfaces();
8
9#endif // NET_UTILS_H
std::vector< std::string > listSystemNetworkInterfaces()
Definition net_utils.cpp:9