[#NetEventsInterface-ProcessMessages] = xref:NetEventsInterface.adoc[NetEventsInterface]::ProcessMessages :relfileprefix: ../ :mrdocs: Process protocol messages received from a given node == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff36f2fd2c8), requires_capability(0x7ff36e4d9af8), requires_capability(0x7ff37ef852b8), requires_capability(0x7ff3770e1f78), requires_capability(0x7ff38f645288), requires_capability(0x7ff37eb95c28), requires_capability(0x7ff37bc382d8), requires_capability(0x7ff3891b8918), requires_capability(0x7ff37a059128), requires_capability(0x7ff383b1a518), requires_capability(0x7ff37ca42af8)]] virtual bool ProcessMessages( xref:CNode.adoc[CNode]& node, std::atomic<bool>& interrupt) = 0; ---- == Return Value True if there is more work to be done == Parameters [cols="1,4"] |=== | Name| Description | *node* [in] | The node which we have received messages from. | *interrupt* [in] | Interrupt condition for processing threads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#