%RX_RMT_OS

Return operating system for xfServerPlus machine

WSupported on Windows
USupported on Unix
VSupported on OpenVMS

 

status = %RX_RMT_OS(netid, os)

status

Indicates whether the query was successful. Status returned is RX_SUCCESS. (n)

netid

Network connection ID corresponding to the value set by %RX_START_REMOTE. (n)

If the net ID is invalid, $ERR_NOTNETHND (581) or $ERR_INVNETHND (571) is signaled. See the Synergy Runtime Errors Signaled by %RXSUBR table for explanations of these codes.

os

The operating system xfServerPlus is running on. These are included in rxapi.def. (n)

1 = RX_OS_UNIX

2 = RX_OS_VMS

3 = RX_OS_WIN

%RX_RMT_OS returns the operating system that xfServerPlus is running on for a particular network connection ID.

Additional operating system information can be obtained with %RX_RMT_ENDIAN, %RX_RMT_INTSIZE, and %RX_RMT_SYSINFO.