Garmin Fleet Management Controller
2.19.0
|
Data type for File Data Packet ID. More...
#include <fmi.h>
Public Attributes | |
uint8 | data_length |
length of file_data (0..245) More... | |
uint8 | file_data [245] |
file data, variable length More... | |
uint32 | offset |
offset of this data from the beginning of the file More... | |
uint8 | reserved [3] |
Set to 0. More... | |
uint8 file_packet_data_type::data_length |
length of file_data (0..245)
Definition at line 1308 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint8 file_packet_data_type::file_data[245] |
file data, variable length
Definition at line 1310 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint32 file_packet_data_type::offset |
offset of this data from the beginning of the file
Definition at line 1307 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().