Handbook
Glossary
zmq_recv ( s buf len flags -- int )
Vocabulary
zeromq
.
ffi
Inputs
s
an
object
buf
an
object
len
an
object
flags
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
zeromq.ffi
LIBRARY:
zmq
FUNCTION:
int
zmq_recv
( void* s, void* buf,
size_t
len,
int
flags )