Garmin Fleet Management Controller  2.19.0
file_info_data_type Struct Reference

Data type for the File Transfer Start Packet ID. More...

#include <fmi.h>

Public Attributes

uint32 file_size
 Size of the file, in bytes. More...
 
uint8 file_type
 File type. More...
 
uint8 file_version [16]
 Server-defined version string. More...
 
uint8 file_version_length
 Number of significant bytes in file_version. More...
 
uint8 reserved [2]
 Set to 0. More...
 

Detailed Description

Data type for the File Transfer Start Packet ID.

Since
Protocol A604

Definition at line 1274 of file fmi.h.

Member Data Documentation

uint32 file_info_data_type::file_size
uint8 file_info_data_type::file_version[16]

Server-defined version string.

Definition at line 1280 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendFile().

uint8 file_info_data_type::file_version_length

Number of significant bytes in file_version.

Definition at line 1277 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendFile().

uint8 file_info_data_type::reserved[2]

Set to 0.

Definition at line 1279 of file fmi.h.


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