SocketType enum

All types of sockets

Inheritance

Constructors

SocketType()
const

Values

pair → const SocketType

ZMQ_PAIR = 0

pub → const SocketType

ZMQ_PUB = 1

sub → const SocketType

ZMQ_SUB = 2

req → const SocketType

ZMQ_REQ = 3 Synchronous version of ZMQ_DEALER

rep → const SocketType

ZMQ_REP = 4 Synchronous version of ZMQ_ROUTER

dealer → const SocketType

ZMQ_DEALER = 5 Asynchronous version of ZMQ_REQ

router → const SocketType

ZMQ_ROUTER = 6 Asynchronous version of ZMQ_REP

pull → const SocketType

ZMQ_PULL = 7

push → const SocketType

ZMQ_PUSH = 8

xPub → const SocketType

ZMQ_XPUB = 9

xSub → const SocketType

ZMQ_XSUB = 10

stream → const SocketType

ZMQ_STREAM = 11

server → const SocketType

ZMQ_SERVER = 12 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

client → const SocketType

ZMQ_CLIENT = 13 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

radio → const SocketType

ZMQ_RADIO = 14 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

dish → const SocketType

ZMQ_DISH = 15 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

channel → const SocketType

ZMQ_CHANNEL = 16 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

peer → const SocketType

ZMQ_PEER = 17 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

raw → const SocketType

ZMQ_RAW = 18 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

scatter → const SocketType

ZMQ_SCATTER = 19 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

gather → const SocketType

ZMQ_GATHER = 20 Note: This pattern is still in draft state and thus might not be supported by the zeromq library you’re using!

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SocketType>
A constant List of the values in this enum, in order of their declaration.