[#Sock-RecvEvent] = xref:Sock.adoc[Sock]::RecvEvent :relfileprefix: ../ :mrdocs: If passed to `Wait()`, then it will wait for readiness to read from the socket. == Synopsis Declared in `<util/sock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static xref:Sock/Event.adoc[Event] RecvEvent = 0b001; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#