[#CZMQAbstractPublishNotifier-SendZmqMessage] = xref:CZMQAbstractPublishNotifier.adoc[CZMQAbstractPublishNotifier]::SendZmqMessage :relfileprefix: ../ :mrdocs: Send a multipart ZMQ message (command, data, sequence number). == Synopsis Declared in `<zmq/zmqpublishnotifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- 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 [cols="1,4"] |=== | Name| Description | *command* | The publisher topic/command string. | *data* | Pointer to the message payload. | *size* | Size of the payload in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#