netinfo_util.h
291 Bytes
//
// netinfo_util.h
// BBAAPIRequest
//
// Created by Liu,Muye on 2018/11/14.
//
#ifndef netinfo_util_h
#define netinfo_util_h
#include <string>
namespace apirequest {
namespace sdt {
std::string GetDetailNetInfo();
std::string getLocalIPv6Address();
}
}
#endif /* netinfo_util_h */