[#Sock-Event] = xref:Sock.adoc[Sock]::Event :relfileprefix: ../ :mrdocs: Bitmask type for the I/O readiness events passed to and returned from `Wait()`/`WaitMany()`. == Synopsis Declared in `<util/sock.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using Event = uint8_t; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#