[#ser_readdata8] = ser_readdata8 :mrdocs: Read a byte from a stream. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> uint8_t ser_readdata8(Stream& s); ---- == Return Value The byte read from the stream. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The stream to read from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#