rzmq (version 0.9.6)

zmq.version: get version of libzmq

Description

return the version string of the system zmq library

Usage

zmq.version()

Arguments

Value

a string of the following format: major.minor.patch

References

http://www.zeromq.org http://api.zeromq.org http://zguide.zeromq.org/page:all

See Also

connect.socket,bind.socket,receive.socket,send.socket

Examples

Run this code
# NOT RUN {
library(rzmq)
zmq.version()
# }

Run the code above in your browser using DataLab