Send a multipart ZMQ message (command, data, sequence number).
Declared in <zmq/zmqpublishnotifier.h>
bool
SendZmqMessage(
char const* command,
void const* data,
size_t size);
True on success, false if the message could not be sent.
| Name | Description |
|---|---|
| command | The publisher topic/command string. |
| data | Pointer to the message payload. |
| size | Size of the payload in bytes. |