Sign in

iOS Team / CNliveBBASMModule · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNliveBBASMModule
  • CNLiveBBASMModule
  • Classes
  • SMLibs
  • BBAAPIRequest_Sdt.framework
  • Headers
  • netinfo_util.h
  • 0.0.2
    945d4c32
    liushiyu authored
    2021-10-21 15:26:26 +0800  
    Browse Code ยป
netinfo_util.h 291 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
//
//  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 */