2012-05-11 14:17:45 +01:00
|
|
|
zmq_unbind(3)
|
|
|
|
==============
|
|
|
|
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2019-06-17 01:55:18 -04:00
|
|
|
zmq_unbind - Another name for zmq_disconnect
|
2012-05-11 14:17:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
int zmq_unbind (void '*socket', const char '*endpoint');
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2019-06-17 01:55:18 -04:00
|
|
|
The _zmq_unbind()_ has the same exact behavior as _zmq_disconnect()_.
|
|
|
|
Refer to linkzmq:zmq_disconnect[3].
|
2012-05-11 14:17:45 +01:00
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
linkzmq:zmq_bind[3]
|
|
|
|
linkzmq:zmq_socket[3]
|
|
|
|
linkzmq:zmq[7]
|
|
|
|
|
|
|
|
|
|
|
|
AUTHORS
|
|
|
|
-------
|
2013-04-11 18:53:02 +02:00
|
|
|
This page was written by the 0MQ community. To make a change please
|
|
|
|
read the 0MQ Contribution Policy at <http://www.zeromq.org/docs:contributing>.
|