Garmin Fleet Management Controller
2.19.0
|
Abstract base class for a packet of data. More...
#include <Packet.h>
Public Member Functions | |
Packet () | |
Constructor. More... | |
virtual | ~Packet () |
Destructor. More... | |
virtual const uint8 * | getRawBytes ()=0 |
Get pointer to the raw frame. More... | |
virtual uint32 | getRawSize ()=0 |
Get the size of the raw frame. More... | |
Packet::Packet | ( | ) |
Constructor.
Definition at line 17 of file Packet.cpp.
|
virtual |
Destructor.
Definition at line 24 of file Packet.cpp.
|
pure virtual |
Get pointer to the raw frame.
Implemented in GarminPacket.
Referenced by Logger::logRawData().
|
pure virtual |
Get the size of the raw frame.
Implemented in GarminPacket.
Referenced by Logger::logRawData().