0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00
libzmq/doc/zmq_unbind.txt

31 lines
536 B
Plaintext
Raw Normal View History

zmq_unbind(3)
==============
NAME
----
zmq_unbind - Another name for zmq_disconnect
SYNOPSIS
--------
int zmq_unbind (void '*socket', const char '*endpoint');
DESCRIPTION
-----------
The _zmq_unbind()_ has the same exact behavior as _zmq_disconnect()_.
Refer to linkzmq:zmq_disconnect[3].
SEE ALSO
--------
linkzmq:zmq_bind[3]
linkzmq:zmq_socket[3]
linkzmq:zmq[7]
AUTHORS
-------
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>.