Zeromq Toolkit - zmq_bind
status =zmq_bind(sock, endpoint)-
Bind a ZeroMQ socket to an endpoint.
Inputs
sock - the socket to bind.
endpoint - the endpoint string.
Outputs
status - status for bind. On success, bind will return a status of true
status = zmq_bind (sock, endpoint)Bind a ZeroMQ socket to an endpoint.
sock - the socket to bind.
endpoint - the endpoint string.
status - status for bind. On success, bind will return a status of true