Garmin Fleet Management Controller  2.19.0
long_text_msg_data_type Struct Reference

Data type for Long Text Message Request Packet ID (0X0055) from server to client. More...

#include <fmi.h>

Public Attributes

boolean finished_flag
 
uint8 id [16]
 
uint8 id_size
 
time_type origination_time
 
uint8 sequence_number
 
char text_message [LONG_TEXT_MSG_CHUNK_SIZE]
 
uint8 type
 

Detailed Description

Data type for Long Text Message Request Packet ID (0X0055) from server to client.

Since
Protocol A611

Definition at line 1873 of file fmi.h.

Member Data Documentation

boolean long_text_msg_data_type::finished_flag
uint8 long_text_msg_data_type::id[16]

Definition at line 1891 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket().

uint8 long_text_msg_data_type::id_size
time_type long_text_msg_data_type::origination_time
uint8 long_text_msg_data_type::sequence_number
char long_text_msg_data_type::text_message[LONG_TEXT_MSG_CHUNK_SIZE]

Definition at line 1894 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket().

uint8 long_text_msg_data_type::type

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