|
Evo C++ Library v0.5.1
|
#include <evo/net_interface.h>
Network iterface item.
Public Member Functions | |
| Item () | |
| Constructor. More... | |
Public Attributes | |
| bool | active |
| Whether interface is active. More... | |
| struct sockaddr * | addr |
| Interface address. More... | |
| const SysItem * | detail |
| Interface system details (system specific) More... | |
| SubString | id |
| Interface ID string (terminated) More... | |
| SubString | name |
| Interface name (terminated) More... | |
| uint32 | scope_id |
| Interface scope ID for IPv6. More... | |
|
inline |
Constructor.
| bool active |
Whether interface is active.
| struct sockaddr* addr |
Interface address.
| const SysItem* detail |
Interface system details (system specific)
| SubString id |
Interface ID string (terminated)
| SubString name |
Interface name (terminated)
| uint32 scope_id |
Interface scope ID for IPv6.
1.8.13