qnx_vc_detach -- detaches a virtual circuit.
qnx_vc_detach (taskid)
The task id returned by qnx_vc_attach.
t on success, nil on failure, with errno set.
This function detaches a virtual circuit previously attached with qnx_vc_attach or qnx_vc_name_attach.
Possible values for errno are:
EAGAIN Proc to Net enqueuing failed
ESRCH pid not valid
EPERM the vid is not your to detach nil
Examples of this function are beyond the scope of this documentation.
qnx_vc_attach, qnx_vc_name_attach