Initializing help system before first use

XPRDgetfsrvopt

XPRDgetfsrvopt


Purpose
Get configuration settings for XPRDfindxsrvs.
Synopsis
void XPRDgetfsrvopt(XPRDcontext ctx,unsigned short *port,int *nbiter,int *delay);
Arguments
ctx 
XPRD context or NULL to get default settings
port 
Buffer to return UDP port number or NULL
nbiter 
Buffer to return the number of iterations or NULL
delay 
Buffer to return the maximum wait time (in milliseconds) or NULL
Further information
Default values are returned if the context ctx is NULL.
Related topics