Garmin Fleet Management Controller
2.19.0
|
Data type for File Start Receipt Packet ID and File End Receipt Packet ID. More...
#include <fmi.h>
Public Attributes | |
uint8 | error_code_or_file_type_when_gpi |
Set if result code is 5. More... | |
uint16 | record_count_or_reserved_when_gpi |
Useful for locating cause of errors. More... | |
uint8 | result_code |
Result of operation. More... | |
uint8 file_receipt_data_type::error_code_or_file_type_when_gpi |
Set if result code is 5.
Definition at line 1289 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
uint16 file_receipt_data_type::record_count_or_reserved_when_gpi |
Useful for locating cause of errors.
Definition at line 1290 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
uint8 file_receipt_data_type::result_code |
Result of operation.
Definition at line 1288 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().