[#MSG_TYPE_MASK] = MSG_TYPE_MASK :mrdocs: Mask covering the bits used to encode a getdata/inv message type. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr uint32_t MSG_TYPE_MASK = 0xffffffff >> 2; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#