vpn_ext_register_service_no_deamon()

Register a VPN service that does not support callbacks.

Synopsis:

#include <vpnext/vpn_ext_api.h>

VPN_EXT_PUBLIC errno_t vpn_ext_register_service_no_deamon(vpn_ext_context context, vpn_service_type_e service_type)

Since:

BlackBerry 10.3.1

Arguments:

context
The VPN Extension context.
service_type
The VPN service adapter type.

Library:

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

Returns:

EOK
Success.
EINVAL
One or more invalid parameters were specified.