Vector::BLF::SingleByteSerialEvent(3) Library Functions Manual Vector::BLF::SingleByteSerialEvent(3)

Vector::BLF::SingleByteSerialEvent

#include <SingleByteSerialEvent.h>


SingleByteSerialEvent (const SingleByteSerialEvent &)=default
SingleByteSerialEvent & operator= (const SingleByteSerialEvent &)=default
SingleByteSerialEvent (SingleByteSerialEvent &&)=default
SingleByteSerialEvent & operator= (SingleByteSerialEvent &&)=default
virtual void read (AbstractFile &is)
virtual void write (AbstractFile &os)
virtual uint32_t calculateObjectSize () const


uint8_t byte {}

single byte serial event

Calculates the objectSize

Returns

object size

Read the data of this object

Parameters

is input stream

Write the data of this object

Parameters

os output stream

single byte

Generated automatically by Doxygen for Vector BLF from the source code.

Vector BLF