Read a byte from a stream.
Synopsis
Declared in <serialize.h>
template<typename Stream>
uint8_t
ser_readdata8(Stream& s);
Return Value
The byte read from the stream.
Parameters
Name |
Description |
s |
The stream to read from. |
Created with MrDocs