Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <NetworkInfo.hpp>
Classes | |
struct | DefaultValues |
struct | Keys |
Public Types | |
enum class | eDirection { In , Out } |
Public Member Functions | |
virtual | ~INetworkInfo ()=default |
virtual void | update (const std::shared_ptr< INetworkInfo > &other) |
virtual bool | save (iv::file::xml::node &nodeNetwork) const |
iv::types::networkId & | nameNetwork () |
iv::comms::eProtocolType | protocolType () const |
eDirection | direction () const |
Static Public Member Functions | |
static std::shared_ptr< INetworkInfo > | loadStatic (const iv::file::xml::node &nodeNetwork) |
Public Attributes | |
iv::channels::INetworkInfo::eDirection | m_direction |
Protected Member Functions | |
virtual bool | load (const iv::file::xml::node &nodeNetwork) |
Protected Attributes | |
iv::comms::eProtocolType | m_protocolType |
iv::types::networkId | m_nameNetwork |
|
strong |
|
virtualdefault |
|
inlinenodiscard |
|
inlineprotectedvirtual |
|
inlinestatic |
|
inlinenodiscard |
|
inlinenodiscard |
|
inlinevirtual |
|
inlinevirtual |
iv::channels::INetworkInfo::eDirection iv::channels::INetworkInfo::m_direction |
|
protected |
|
protected |