Garmin Fleet Management Controller  2.19.0
file_packet_data_type Struct Reference

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...
 

Detailed Description

Data type for File Data Packet ID.

Since
Protocol A604

Definition at line 1305 of file fmi.h.

Member Data Documentation

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().

uint8 file_packet_data_type::reserved[3]

Set to 0.

Definition at line 1309 of file fmi.h.


The documentation for this struct was generated from the following file: