Evo C++ Library v0.5.1
Public Member Functions | Public Attributes | List of all members
NetworkInterfaces::Item Struct Reference

#include <evo/net_interface.h>

Detailed Description

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

Constructor & Destructor Documentation

◆ Item()

Item ( )
inline

Constructor.

Member Data Documentation

◆ active

bool active

Whether interface is active.

◆ addr

struct sockaddr* addr

Interface address.

◆ detail

const SysItem* detail

Interface system details (system specific)

◆ id

Interface ID string (terminated)

◆ name

SubString name

Interface name (terminated)

◆ scope_id

uint32 scope_id

Interface scope ID for IPv6.


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