Jetson Inference
DNN Vision Library
|
Info about a particular network interface. More...
#include <Networking.h>
Classes | |
struct | IPv4 |
struct | IPv6 |
Public Attributes | |
std::string | name |
name of the network interface (e.g. More... | |
bool | up |
true if the interface is up, false if down More... | |
struct NetworkInterface::IPv4 | ipv4 |
struct NetworkInterface::IPv6 | ipv6 |
Info about a particular network interface.
The IPv6 information will be filled out if it's enabled on the interface.
struct NetworkInterface::IPv4 NetworkInterface::ipv4 |
struct NetworkInterface::IPv6 NetworkInterface::ipv6 |
std::string NetworkInterface::name |
name of the network interface (e.g.
eth0, wlan0, lo)
bool NetworkInterface::up |
true if the interface is up, false if down