%RX_RMT_OS
Return operating system for xfServerPlus machine
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
status = %RX_RMT_OS(netid, os)
Return value
status
Indicates whether the query was successful. Status returned is RX_SUCCESS. (n)
Arguments
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
Discussion
%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.