Get the current FTP proxy port from a network status structure.
#include <bps/netstatus.h>
BPS_API int netstatus_info_get_ftp_proxy_port(netstatus_info_t *info)
BlackBerry 10.2.0
The netstatus_info_t structure to get the FTP proxy port information from.
The netstatus_info_get_ftp_proxy_port() function gets the current FTP proxy port from the specified netstatus_info_t structure.
The FTP proxy port, or 0 if there is no FTP proxy port.