OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::ClientEvent::Connected Struct Reference

#include <clievent.hpp>

Inheritance diagram for openvpn::ClientEvent::Connected:
[legend]
Collaboration diagram for openvpn::ClientEvent::Connected:
[legend]

Public Types

typedef RCPtr< ConnectedPtr
 
- Public Types inherited from openvpn::ClientEvent::Base
typedef RCPtr< BasePtr
 
- Public Types inherited from openvpn::RC< thread_safe_refcount >
typedef RCPtr< RCPtr
 

Public Member Functions

 Connected ()
 
std::string render () const override
 
- Public Member Functions inherited from openvpn::ClientEvent::Base
virtual ~Base ()=default
 
 Base (Type id)
 
Type id () const
 
const char * name () const
 
bool is_error () const
 
bool is_fatal () const
 
const Connectedconnected_cast () const
 
- Public Member Functions inherited from openvpn::RC< thread_safe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Public Attributes

std::string user
 
std::string server_host
 
std::string server_port
 
std::string server_proto
 
std::string server_ip
 
std::string vpn_ip4
 
std::string vpn_ip6
 
std::string vpn_gw4
 
std::string vpn_gw6
 
std::string vpn_mtu
 
std::string client_ip
 
std::string tun_name
 

Additional Inherited Members

- Static Public Member Functions inherited from openvpn::RC< thread_safe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 468 of file clievent.hpp.

Member Typedef Documentation

◆ Ptr

Constructor & Destructor Documentation

◆ Connected()

openvpn::ClientEvent::Connected::Connected ( )
inline

Definition at line 472 of file clievent.hpp.

Member Function Documentation

◆ render()

std::string openvpn::ClientEvent::Connected::render ( ) const
inlineoverridevirtual

Reimplemented from openvpn::ClientEvent::Base.

Definition at line 490 of file clievent.hpp.

Member Data Documentation

◆ client_ip

std::string openvpn::ClientEvent::Connected::client_ip

Definition at line 487 of file clievent.hpp.

◆ server_host

std::string openvpn::ClientEvent::Connected::server_host

Definition at line 478 of file clievent.hpp.

◆ server_ip

std::string openvpn::ClientEvent::Connected::server_ip

Definition at line 481 of file clievent.hpp.

◆ server_port

std::string openvpn::ClientEvent::Connected::server_port

Definition at line 479 of file clievent.hpp.

◆ server_proto

std::string openvpn::ClientEvent::Connected::server_proto

Definition at line 480 of file clievent.hpp.

◆ tun_name

std::string openvpn::ClientEvent::Connected::tun_name

Definition at line 488 of file clievent.hpp.

◆ user

std::string openvpn::ClientEvent::Connected::user

Definition at line 477 of file clievent.hpp.

◆ vpn_gw4

std::string openvpn::ClientEvent::Connected::vpn_gw4

Definition at line 484 of file clievent.hpp.

◆ vpn_gw6

std::string openvpn::ClientEvent::Connected::vpn_gw6

Definition at line 485 of file clievent.hpp.

◆ vpn_ip4

std::string openvpn::ClientEvent::Connected::vpn_ip4

Definition at line 482 of file clievent.hpp.

◆ vpn_ip6

std::string openvpn::ClientEvent::Connected::vpn_ip6

Definition at line 483 of file clievent.hpp.

◆ vpn_mtu

std::string openvpn::ClientEvent::Connected::vpn_mtu

Definition at line 486 of file clievent.hpp.


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