#include <vpnc.h>
Public Types | |
enum | State { ST_DISCONNECTED, ST_CONNECTING, ST_CONNECTED, ST_DISCONNECTING } |
Static Public Member Functions | |
static bool | activate (const Connection &conn, const QString &pwd) |
static void | deactivate () |
static State | getState () |
|
Connection states. |
|
Activate a given connection with a given password. |
|
Deactivate current connection (if any). |
|
Get current connection status. |