Network interface name to index mapping info.
More...
#include <InterfaceInfo.hxx>
Network interface name to index mapping info.
This type can only be obtained via InterfaceEnumerator.
Definition at line 13 of file InterfaceInfo.hxx.
◆ InterfaceInfo()
cosmos::InterfaceInfo::InterfaceInfo |
( |
| ) |
|
|
inlineconstexprprotected |
◆ index()
Returns the network interface index.
Definition at line 22 of file InterfaceInfo.hxx.
22 {
24 }
InterfaceIndex
A network device interface index.
◆ name()
SysString cosmos::InterfaceInfo::name |
( |
| ) |
const |
|
inline |
Returns the network interface name.
Definition at line 17 of file InterfaceInfo.hxx.
17 {
18 return SysString{this->if_name};
19 }
◆ InterfaceEnumerator
◆ InterfaceIterator
The documentation for this struct was generated from the following file: