The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

: status = zmq_bind (sock, endpoint)

Bind a zeromq socket to a 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

See also: zmq_socket .

Package: zeromq