Jetson Inference
DNN Vision Library
NetworkAdapter.h File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  networkAdapter_t
 Info about a particular network interface. More...
 

Functions

std::string networkHostname ()
 Retrieve the host system's network hostname. More...
 
void networkAdapters (std::vector< networkAdapter_t > &interfaceList)
 Retrieve info about the different network interfaces of the system. More...
 

Function Documentation

◆ networkAdapters()

void networkAdapters ( std::vector< networkAdapter_t > &  interfaceList)

Retrieve info about the different network interfaces of the system.

◆ networkHostname()

std::string networkHostname ( )

Retrieve the host system's network hostname.