[#NetEventsInterface-SendMessages] = xref:NetEventsInterface.adoc[NetEventsInterface]::SendMessages :relfileprefix: ../ :mrdocs: Send queued protocol messages to a given node. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f950f17a548), requires_capability(0x7f950f209858), requires_capability(0x7f950b00cf38), requires_capability(0x7f950304fe38), requires_capability(0x7f95236de8e8), requires_capability(0x7f9525298058), requires_capability(0x7f950ec9d6a8), requires_capability(0x7f950fd08638), requires_capability(0x7f951dfaca78), requires_capability(0x7f9524e66518), requires_capability(0x7f950f7407b8)]] virtual bool SendMessages(xref:CNode.adoc[CNode]& node) = 0; ---- == Return Value True if there is more work to be done == Parameters [cols="1,4"] |=== | Name| Description | *node* [in] | The node which we are sending messages to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#