1#ifndef IV_SRC_MODEL_COMMS_IPSETTINGS_HPP_
2#define IV_SRC_MODEL_COMMS_IPSETTINGS_HPP_
37 static constexpr std::string_view
socketType {
"SocketType"};
44 static constexpr std::string
string {};
Definition xmlFile.hpp:15
Definition IpSettings.cpp:8
eIpProtocolLayer
Definition IpSettings.hpp:11
uint16_t ipPort
Definition types.hpp:41
std::string ipAddress
Definition types.hpp:40
Definition IpSettings.hpp:43
Definition IpSettings.hpp:36
static constexpr std::string_view socketType
Definition IpSettings.hpp:37
static constexpr std::string_view socketIpAddress
Definition IpSettings.hpp:38
static constexpr std::string_view socketPort
Definition IpSettings.hpp:39
Definition IpSettings.hpp:17
iv::types::ipAddress _ip
Definition IpSettings.hpp:31
IpSettings()
Definition IpSettings.cpp:10
iv::model::comms::net::eIpProtocolLayer _protocolLayer
Definition IpSettings.hpp:30
bool save(iv::file::xml::node &node) const
Definition IpSettings.cpp:63
iv::types::ipPort _port
Definition IpSettings.hpp:32
bool load(const iv::file::xml::node &node)
Definition IpSettings.cpp:53
IpSettings & operator=(const IpSettings &other)
Definition IpSettings.cpp:29
IpSettings(const IpSettings &other)