Zeromq Toolkit - zmq_unbind
status =zmq_unbind(sock, endpoint)-
Unbind a previously bound zeromq socket from a endpoint.
Inputs
sock - the socket to unbind.
endpoint - the endpoint string to unbind.
Outputs
status - status for unbind. On success, unbind will return a status of true