[#ser_readdata16] = ser_readdata16 :mrdocs: Read a 16‐bit little‐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> uint16_t ser_readdata16(Stream& s); ---- == Return Value The 16‐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]#