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

uint32_t Vector::BLF::SingleByteSerialEvent::calculateObjectSize () const [virtual]

Calculates the objectSize

Returns

object size

void Vector::BLF::SingleByteSerialEvent::read (AbstractFile & is) [virtual]

Read the data of this object

Parameters

is input stream

void Vector::BLF::SingleByteSerialEvent::write (AbstractFile & os) [virtual]

Write the data of this object

Parameters

os output stream

uint8_t Vector::BLF::SingleByteSerialEvent::byte {}

single byte

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

Vector BLF