.TH "Vector::BLF::SingleByteSerialEvent" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::SingleByteSerialEvent .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBSingleByteSerialEvent\fP (const SingleByteSerialEvent &)=default" .br .ti -1c .RI "SingleByteSerialEvent & \fBoperator=\fP (const SingleByteSerialEvent &)=default" .br .ti -1c .RI "\fBSingleByteSerialEvent\fP (SingleByteSerialEvent &&)=default" .br .ti -1c .RI "SingleByteSerialEvent & \fBoperator=\fP (SingleByteSerialEvent &&)=default" .br .ti -1c .RI "virtual void \fBread\fP (\fBAbstractFile\fP &is)" .br .ti -1c .RI "virtual void \fBwrite\fP (\fBAbstractFile\fP &os)" .br .ti -1c .RI "virtual uint32_t \fBcalculateObjectSize\fP () const" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "uint8_t \fBbyte\fP {}" .br .in -1c .SH "Detailed Description" .PP single byte serial event .SH "Member Function Documentation" .PP .SS "uint32_t Vector::BLF::SingleByteSerialEvent::calculateObjectSize () const\fR [virtual]\fP" .PP Calculates the objectSize .PP \fBReturns\fP .RS 4 object size .RE .PP .SS "void Vector::BLF::SingleByteSerialEvent::read (\fBAbstractFile\fP & is)\fR [virtual]\fP" .PP Read the data of this object .PP \fBParameters\fP .RS 4 \fIis\fP input stream .RE .PP .SS "void Vector::BLF::SingleByteSerialEvent::write (\fBAbstractFile\fP & os)\fR [virtual]\fP" .PP Write the data of this object .PP \fBParameters\fP .RS 4 \fIos\fP output stream .RE .PP .SH "Member Data Documentation" .PP .SS "uint8_t Vector::BLF::SingleByteSerialEvent::byte {}" single byte .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.