Garmin Fleet Management Controller
2.19.0
|
The packet header (the bytes before the payload) More...
#include <garmin_types.h>
Public Attributes | |
uint8 | dle |
DLE byte. More... | |
uint8 | id |
Garmin packet ID. More... | |
uint8 | size |
Size of payload. More... | |
The packet header (the bytes before the payload)
Definition at line 104 of file garmin_types.h.
uint8 header_type::dle |
DLE byte.
Definition at line 106 of file garmin_types.h.
Referenced by GarminLinkLayer::getPacketFromFifo().
uint8 header_type::id |
Garmin packet ID.
Definition at line 107 of file garmin_types.h.
Referenced by GarminLinkLayer::getPacketFromFifo().
uint8 header_type::size |
Size of payload.
Definition at line 108 of file garmin_types.h.
Referenced by GarminLinkLayer::getPacketFromFifo().