JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
zmq.Msg.Type
Packages that use
Msg.Type
Package
Description
zmq
Provides low-level bindings for ØMQ.
Uses of
Msg.Type
in
zmq
Fields in
zmq
declared as
Msg.Type
Modifier and Type
Field
Description
private
Msg.Type
Msg.
type
Methods in
zmq
that return
Msg.Type
Modifier and Type
Method
Description
static
Msg.Type
Msg.Type.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Msg.Type
[]
Msg.Type.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.