Back to Jetson Inference

Jetson Inference: NetworkInterface Struct Reference

docs/html/structNetworkInterface.html

latest2.3 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Classes | Public Attributes | List of all members

NetworkInterface Struct Reference Utilities Library (jetson-utils) » Networking

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 | | |

Detailed Description

Info about a particular network interface.

The IPv6 information will be filled out if it's enabled on the interface.

Member Data Documentation

ipv4

| struct NetworkInterface::IPv4 NetworkInterface::ipv4 |

ipv6

| struct NetworkInterface::IPv6 NetworkInterface::ipv6 |

name

| std::string NetworkInterface::name |

name of the network interface (e.g.

eth0, wlan0, lo)

up

| bool NetworkInterface::up |

true if the interface is up, false if down


The documentation for this struct was generated from the following file: