credential_net_host_type_t

Enumeration for network host types.

Synopsis:

#include <sys/credential/credential_net.h>
 
typedef enum {
      CREDENTIAL_NETWORK_HOST_ANY = 1 << 0   
      CREDENTIAL_NETWORK_HOST_SERVER = 1 << 1   
      CREDENTIAL_NETWORK_HOST_PROXY = 1 << 2   
      CREDENTIAL_NETWORK_HOST_OTHER = 1 << 3   
} credential_net_host_type_t;

Since:

BlackBerry 10.3.1

Data:

CREDENTIAL_NETWORK_HOST_ANY
A convenience value that matches any host type.
CREDENTIAL_NETWORK_HOST_SERVER
Indicates server host type.
CREDENTIAL_NETWORK_HOST_PROXY
Indicates proxy host type.
CREDENTIAL_NETWORK_HOST_OTHER
Indicates other host type.

Library:

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

Description: