Handbook
Glossary
zmq_msg_set ( msg option optval -- int )
Vocabulary
zeromq
.
ffi
Inputs
msg
an
object
option
an
object
optval
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
zeromq.ffi
LIBRARY:
zmq
FUNCTION:
int
zmq_msg_set
( void* msg,
int
option,
int
optval )