ZMQ.Socket – libzmq Reference Manual
Socket
Object Hierarchy:
ZMQ.Socket
ZMQ.Socket
ZMQ.Socket
Description:
[
Compact
]
[
CCode
( cname =
"void"
, cprefix =
"zmq_"
, free_function =
"zmq_close"
) ]
public
class
Socket
Namespace:
ZMQ
Package:
libzmq
Content:
Static methods:
public
static
Socket
?
create
(
Context
context,
SocketType
type)
Methods:
public
int
bind
(
string
addr)
public
int
connect
(
string
addr)
public
int
getsockopt
<
T
> (
SocketOption
option,
T
optval,
size_t
optvallen)
public
int
recv
(
ref
Msg
msg,
SendRecvOption
flags =
0
)
public
int
send
(
ref
Msg
msg,
SendRecvOption
flags =
0
)
public
int
setsockopt
<
T
> (
SocketOption
option,
T
optval,
size_t
optvallen)
2022 vala-language.org