%RX_RMT_ENDIAN

Return endian code for xfServerPlus machine

WSupported on Windows
USupported on Unix
VSupported on OpenVMS

 

status = %RX_RMT_ENDIAN(netid, endian_type)

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.

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

%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.