hamcast  Version 0.7
Public Attributes | List of all members
hamcast::interface_property Struct Reference

#include <interface_property.hpp>

Public Attributes

interface_id id
 
std::string name
 
std::string address
 
std::string technology
 

Detailed Description

Holds context informations about an (middleware) interface.

Member Data Documentation

std::string hamcast::interface_property::address

A technology specific address, encoded as human-readable string.

interface_id hamcast::interface_property::id

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", ...).


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