[#ser_readdata32be] = ser_readdata32be :mrdocs: Read a 32‐bit big‐endian integer from a stream and convert it to host byte order. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> uint32_t ser_readdata32be(Stream& s); ---- == Return Value The 32‐bit value in host byte order. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The stream to read from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#