Queue a serialized message to be sent to the given node.
Synopsis
Declared in <net.h>
[[requires_capability(0x7f950f5fe388), requires_capability(0x7f950ed86bb8), requires_capability(0x7f950b48ee28), requires_capability(0x7f95034d1a48), requires_capability(0x7f950e20ee18), requires_capability(0x7f9527746ab8), requires_capability(0x7f950c323c48), requires_capability(0x7f950c23f878), requires_capability(0x7f95018b9028), requires_capability(0x7f950bd90ed8), requires_capability(0x7f95065c85d8)]]
void
PushMessage(
CNode* pnode,
CSerializedNetMsg&& msg);
Parameters
Name |
Description |
pnode |
the node to send the message to. |
msg |
the serialized message to enqueue. |
Created with MrDocs