-
Notifications
You must be signed in to change notification settings - Fork 30
/
NAMESPACE
46 lines (45 loc) · 981 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
useDynLib(rzmq)
export(zmq.version,
zmq.errno,
zmq.strerror,
init.context,
init.socket,
bind.socket,
connect.socket,
disconnect.socket,
send.socket,
send.null.msg,
receive.null.msg,
receive.socket,
receive.multipart,
send.multipart,
send.raw.string,
init.message,
send.message.object,
receive.string,
receive.int,
receive.double,
poll.socket,
set.hwm,
set.swap,
set.affinity,
set.identity,
subscribe,
unsubscribe,
set.rate,
set.recovery.ivl,
set.recovery.ivl.msec,
set.mcast.loop,
set.sndbuf,
set.rcvbuf,
set.linger,
set.reconnect.ivl,
set.zmq.backlog,
set.reconnect.ivl.max,
get.rcvmore,
get.last.endpoint,
set.send.timeout,
get.send.timeout,
set.rcv.timeout,
get.rcv.timeout
)