VPN service types.
#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;
BlackBerry 10.2.0
The service type maps to a specific shared library name that's particular to that service.