NAME
ZMQ::Raw::Message - ZeroMQ Message class
VERSION
version 0.02
DESCRIPTION
A ZMQ::Raw::Message represents a ZeroMQ message.
METHODS
new( )
Create a new empty ZeroMQ message.
data ([$data])
Retrieve or set the message data.
more( )
Check if this message is part of a multi-part message, and if there are further parts to be received.
size( )
Get the size in bytes of the content of the messsage.
AUTHOR
Jacques Germishuys <jacquesg@striata.com>
LICENSE AND COPYRIGHT
Copyright 2017 Jacques Germishuys.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.