OpenVPN 3 Core Library
|
#include <ovpncli.hpp>
Public Attributes | |
std::string | host |
std::string | ip |
std::string | port |
std::string | proto |
std::string | error |
Definition at line 534 of file ovpncli.hpp.
std::string openvpn::ClientAPI::RemoteOverride::error |
Definition at line 541 of file ovpncli.hpp.
std::string openvpn::ClientAPI::RemoteOverride::host |
Definition at line 537 of file ovpncli.hpp.
std::string openvpn::ClientAPI::RemoteOverride::ip |
Definition at line 538 of file ovpncli.hpp.
std::string openvpn::ClientAPI::RemoteOverride::port |
Definition at line 539 of file ovpncli.hpp.
std::string openvpn::ClientAPI::RemoteOverride::proto |
Definition at line 540 of file ovpncli.hpp.