Vector BLF
|
#include <SingleByteSerialEvent.h>
Public Member Functions | |
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 |
Public Attributes | |
uint8_t | byte {} |
single byte serial event
|
virtual |
Calculates the objectSize
|
virtual |
Read the data of this object
is | input stream |
|
virtual |
Write the data of this object
os | output stream |
uint8_t Vector::BLF::SingleByteSerialEvent::byte {} |
single byte