The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ZMQ::CZMQ::Zmsg - Wrapper Around zmsg_t

SYNOPSIS

    use ZMQ::CZMQ;

    my $msg = zmsg_new();

    # Note: these methods invalidate the frame objects, because
    # memory ownership for the underlying buffer is now in zmq
    $msg->wrap($frame);
    $msg->push($frame);
    $msg->add($frame);

METHODS

add

addmem

addstr

content_size

dump

dup

first

last

load

new

next

pop

popstr

push

pushmem

pushstr

remove

save

size

unwrap

wrap