Zeromq Toolkit - zmq_connect
- :
status =zmq_connect(sock, endpoint) -
Connect a zeromq socket to a endpoint.
Inputs
sock - the socket to connect.
endpoint - the endpoint string.
Outputs
status - status for connect. On success, connect will return a status of true
See also: zmq_socket.