OpenVPN 3 Core Library
|
#include <clievent.hpp>
Public Member Functions | |
AppCustomControlMessage (std::string protocol, std::string message) | |
![]() | |
virtual | ~Base ()=default |
Base (Type id) | |
Type | id () const |
const char * | name () const |
bool | is_error () const |
bool | is_fatal () const |
virtual std::string | render () const |
const Connected * | connected_cast () const |
![]() | |
RC () noexcept=default | |
RC (const RC &)=delete | |
virtual | ~RC ()=default |
RC & | operator= (const RC &)=delete |
olong | use_count () const noexcept |
Delegates call to RCImpl and returns the result. | |
Public Attributes | |
std::string | protocol |
std::string | custommessage |
Additional Inherited Members | |
![]() | |
typedef RCPtr< Base > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Message to signal a custom app control message from the peer
Definition at line 729 of file clievent.hpp.
|
inline |
Definition at line 731 of file clievent.hpp.
std::string openvpn::ClientEvent::AppCustomControlMessage::custommessage |
Definition at line 736 of file clievent.hpp.
std::string openvpn::ClientEvent::AppCustomControlMessage::protocol |
Definition at line 735 of file clievent.hpp.