%RX_RMT_ENDIAN
Return endian code for xfServerPlus machine
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
status = %RX_RMT_ENDIAN(netid, endian_type)
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.
endian_type
Integer endian type of the platform xfServerPlus is running on. These are included in rxapi.def. (n)
0 = RX_ENDIAN_LITTLE
1 = RX_ENDIAN_BIG
Discussion
%RX_RM__ENDIAN returns the integer endian code for the platform that xfServerPlus is running on for a particular network connection ID.
Additional operating system information can be obtained with %RX_RMT_INTSIZE, %RX_RMT_OS, and %RX_RMT_SYSINFO.