qnx_vc_detach
qnx_vc_detach — detaches a virtual circuit.
Syntax
qnx_vc_detach (taskid)
Arguments
- taskid
The task id returned by qnx_vc_attach.
Returns
t on success, nil on failure, with
errno set.
Description
This function detaches a virtual circuit previously attached with qnx_vc_attach or qnx_vc_name_attach.
Possible values for errno are:
Example
Examples of this function are beyond the scope of this documentation.