Special ports

Enumeration for special port values.

Synopsis:

#include <sys/credential/credential_net.h>
 
enumĀ {
      CREDENTIAL_NETWORK_PORT_ANY = -1   
      CREDENTIAL_NETWORK_PORT_DEFAULT = -2   
};

Since:

BlackBerry 10.3.1

Data:

CREDENTIAL_NETWORK_PORT_ANY
Reserved value that represents any port.
CREDENTIAL_NETWORK_PORT_DEFAULT
Reserved value that represents the default port for transport protocol.

Library:

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

Description:

This enumeration defines possible port values.