Send a multipart ZMQ message (command, data, sequence number).

Synopsis

Declared in <zmq/zmqpublishnotifier.h>

bool
SendZmqMessage(
    char const* command,
    void const* data,
    size_t size);

Return Value

True on success, false if the message could not be sent.

Parameters

Name

Description

command

The publisher topic/command string.

data

Pointer to the message payload.

size

Size of the payload in bytes.

Created with MrDocs