Write a byte to a stream.

Synopsis

Declared in <serialize.h>

template<typename Stream>
void
ser_writedata8(
    Stream& s,
    uint8_t obj);

Parameters

Name

Description

s

The stream to write to.

obj

The byte value to write.

Created with MrDocs