qnx_proxy_rem_detach
qnx_proxy_rem_detach — removes a remote proxy.
Syntax
qnx_proxy_rem_detach (node, proxyid)
Arguments
- node
The node of the remote proxy.
- proxyid
The proxy ID number of the remote proxy.
Returns
0 upon success, else -1.
Description
This function removes a
remote proxy. When a task dies, all remote proxies attached
to it will automatically be detached.
In case of error, the following errnos are possible:
Example
Examples of this function are beyond the scope of this documentation.