zmq.error {rzmq} | R Documentation |
get libzmq error numbers and error strings
Description
return the error number or error description after a zmq call
Usage
zmq.errno()
zmq.strerror()
Value
an integer for zmq.errno or a string for zmq.strerror
Author(s)
ZMQ was written by Martin Sustrik <sustrik@250bpm.com> and Martin Lucina <mato@kotelna.sk>. rzmq was written by Whit Armstrong.
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
## Not run:
library(rzmq)
zmq.errno()
zmq.strerror()
## End(Not run)
[Package rzmq version 0.9.13 Index]