ZFrame class

A ZFrame or 'frame' corresponds to one underlying zmq_msg_t in the libzmq code. When you read a frame from a socket, the hasMore member indicates if the frame is part of an unfinished multi-part message.

Constructors

ZFrame(Uint8List payload, {bool hasMore = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMore bool
Is this frame part of an unfinished multi-part message?
final
payload Uint8List
The payload that was received or is to be sent
final
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.
override

Operators

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