OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::ClientProto::NotifyCallback Struct Referenceabstract

#include <cliproto.hpp>

Inheritance diagram for openvpn::ClientProto::NotifyCallback:
[legend]

Public Member Functions

virtual ~NotifyCallback ()=default
 
virtual void client_proto_terminate ()=0
 
virtual void client_proto_connected ()
 
virtual void client_proto_auth_pending_timeout (int timeout)
 
virtual void client_proto_renegotiated ()
 

Detailed Description

Definition at line 74 of file cliproto.hpp.

Constructor & Destructor Documentation

◆ ~NotifyCallback()

virtual openvpn::ClientProto::NotifyCallback::~NotifyCallback ( )
virtualdefault

Member Function Documentation

◆ client_proto_auth_pending_timeout()

virtual void openvpn::ClientProto::NotifyCallback::client_proto_auth_pending_timeout ( int  timeout)
inlinevirtual

Reimplemented in openvpn::ClientConnect.

Definition at line 82 of file cliproto.hpp.

Here is the caller graph for this function:

◆ client_proto_connected()

virtual void openvpn::ClientProto::NotifyCallback::client_proto_connected ( )
inlinevirtual

Reimplemented in openvpn::ClientConnect.

Definition at line 79 of file cliproto.hpp.

Here is the caller graph for this function:

◆ client_proto_renegotiated()

virtual void openvpn::ClientProto::NotifyCallback::client_proto_renegotiated ( )
inlinevirtual

Reimplemented in openvpn::ClientConnect.

Definition at line 85 of file cliproto.hpp.

Here is the caller graph for this function:

◆ client_proto_terminate()

virtual void openvpn::ClientProto::NotifyCallback::client_proto_terminate ( )
pure virtual

Implemented in MockCallback, and openvpn::ClientConnect.

Here is the caller graph for this function:

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