rzmq (version 0.9.6)

zmq.error: get libzmq error numbers and error strings

Description

return the error number or error description after a zmq call

Usage

zmq.errno()
zmq.strerror()

Arguments

Value

an integer for zmq.errno or a string for zmq.strerror

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.errno()
zmq.strerror()
# }

Run the code above in your browser using DataLab