vpn_service_type_e

VPN service types.

Synopsis:

#include <vpnext/vpn_ext_type.h>
 
typedef enum vpn_service_type{
      VPN_SERVICE_ANYCONNECT = 0   
      VPN_SERVICE_OPENVPN = 1 
      VPN_SERVICE_P2E = 2
      VPN_SERVICE_MAX   
} vpn_service_type_e;

Since:

BlackBerry 10.2.0

Data:

VPN_SERVICE_ANYCONNECT
The AnyConnect service.
VPN_SERVICE_OPENVPN
The OpenVPN service.
VPN_SERVICE_P2E
The P2E service.
VPN_SERVICE_MAX
The Max service.

Library:

libvpn_ext (For the qcc command, use the -l vpn_ext option to link against this library)

Description:

The service type maps to a specific shared library name that's particular to that service.