EasyVpnClient is the process that handles the Easy VPN client.
More...
EasyVpnClient is the process that handles the Easy VPN client.
◆ connect()
void EasyVpnClient::connect |
( |
| ) |
|
Connects the Easy VPN client.
◆ disconnect()
void EasyVpnClient::disconnect |
( |
| ) |
|
Disconnects the Easy VPN client.
◆ getGroupKey()
string EasyVpnClient::getGroupKey |
( |
| ) |
|
Returns the group key for the Easy VPN client.
- Returns
- string, the group key for the Easy VPN client.
◆ getGroupName()
string EasyVpnClient::getGroupName |
( |
| ) |
|
Returns the group name for the Easy VPN client.
- Returns
- string, the group name for the Easy VPN client.
◆ getPassword()
string EasyVpnClient::getPassword |
( |
| ) |
|
Returns the password for the Easy VPN client.
- Returns
- string, the password for the Easy VPN client.
◆ getServerIp()
ip EasyVpnClient::getServerIp |
( |
| ) |
|
Returns the server IP address for the Easy VPN client.
- Returns
- ip, the server IP address for the Easy VPN client.
◆ getTunnelIp()
ip EasyVpnClient::getTunnelIp |
( |
| ) |
|
Returns the tunnel IP address for the Easy VPN client.
- Returns
- ip, the tunnel IP address for the Easy VPN client.
◆ getTunnelMask()
ip EasyVpnClient::getTunnelMask |
( |
| ) |
|
Returns the tunnel mask for the Easy VPN client.
- Returns
- ip, the tunnel mask for the Easy VPN client.
◆ getUsername()
string EasyVpnClient::getUsername |
( |
| ) |
|
Returns the username for the Easy VPN client.
- Returns
- string, the sername for the Easy VPN client.
◆ isConnected()
bool EasyVpnClient::isConnected |
( |
| ) |
|
Returns true if the Easy VPN client is connected, false otherwise.
- Returns
- bool, true if the Easy VPN client is connected, false otherwise.
◆ setGroupKey()
void EasyVpnClient::setGroupKey |
( |
string |
| ) |
|
Sets the group key for the Easy VPN client.
- Parameters
-
groupKey,the | group key for the Easy VPN client. |
◆ setGroupName()
void EasyVpnClient::setGroupName |
( |
string |
| ) |
|
Sets the group name for the Easy VPN client.
- Parameters
-
groupName,the | group name for the Easy VPN client. |
◆ setPassword()
void EasyVpnClient::setPassword |
( |
string |
| ) |
|
Sets the password for the Easy VPN client.
- Parameters
-
password,the | password for the Easy VPN client. |
◆ setServerIp()
void EasyVpnClient::setServerIp |
( |
ip |
| ) |
|
Sets the server IP address for the Easy VPN client.
- Parameters
-
serverIp,the | server IP address for the Easy VPN client. |
◆ setTunnelIp()
void EasyVpnClient::setTunnelIp |
( |
ip |
| ) |
|
Sets the tunnel IP address for the Easy VPN client.
- Parameters
-
tunnelIp,the | tunnel IP address for the Easy VPN client. |
◆ setTunnelMask()
void EasyVpnClient::setTunnelMask |
( |
ip |
| ) |
|
Sets the tunnel mask for the Easy VPN client.
- Parameters
-
tunnelIp,the | tunnel mask for the Easy VPN client. |
◆ setUsername()
void EasyVpnClient::setUsername |
( |
string |
| ) |
|
Sets the username for the Easy VPN client.
- Parameters
-
username,the | username for the Easy VPN client. |
The documentation for this class was generated from the following file: