rpclink | rpclink links an XploRe display with an external RPC client. |
rpcsendrequest | rpcsendrequest sends a request to a given client. |
rpcstartclient | rpcstartclient starts an RPC client using a given port number. |
rpcstartserver | rpcstartserver starts an RPC server using a given portnumber. Only one server can be active at a time. rpcstartserver can only be called again after rpcstopserver has been called. |
rpcstarttimer | rpcstarttimer starts a timer that checks for incoming RPC requests from external clients. |
rpcstopclient | rpcstopclient stops an RPC client using a given handle. |
rpcstopserver | rpcstopserver stops the active RPC server. |
rpcstoptimer | rpcstoptimer stops a timer. |
systemcall | systemcall passes a UNIX command to the underlying UNIX shell. |