Goto: 4C Home | 4C Docs | System PCLs List sys.get_svinfo()

sys.get_svinfo()

Purpose:
sys.get_svinfo() retrieves server info.
Usage:
aval = sys.get_svinfo(<infotype>);
Arguments:

alpha - <infotype> -
Returns:
alpha <aval> - A alpha representation of the requested info.
Where Used:
sys.get_svinfo() can be called from anywhere.
Example:
See the demo.info.1 demo program for an example of sys.get_svinfo().
Description:
sys.get_svinfo() returns a string representation of the requested info. <infotype> must be one of: sys.get_svinfo() always returns an alpha value. If the requested info is numeric, the application will need to convert it.
Requirements
sys.get_svinfo() requires 4CSrvr 4.4.4 or higher.
The Server Serialization info options require 4CSrvr 4.6.1 or higher
Bugs/Features/Comments:
There is no difference between calling sys.get_clinfo() or sys.get_svinfo() when <infotype> is "ConnectStatus" or "Interactive".
See Also:
sys.get_clnfo()


Back to Top