Holds context informations about an (middleware) interface. More...
#include <interface_property.hpp>
Public Attributes | |
interface_id | id |
std::string | name |
std::string | address |
std::string | technology |
Holds context informations about an (middleware) interface.
std::string hamcast::interface_property::address |
A technology specific address, encoded as human-readable string.
The internal used ID of this interface.
std::string hamcast::interface_property::name |
A human-readable name (e.g. "eth0", "lo", ...).
std::string hamcast::interface_property::technology |
The name of the used technology (e.g. "ip", "overlay", ...).