Garmin Fleet Management Controller
2.19.0
|
Payload of FMI_ID_A607_CLIENT_OPEN_TXT_MSG packet. More...
#include <fmi.h>
Public Attributes | |
uint8 | id [16] |
ID of message being responded to. More... | |
uint8 | id_size |
ID size of message being responded to. More... | |
time_type | origination_time |
Time when the message was created by the client. More... | |
uint8 | reserved [3] |
Set to 0. More... | |
sc_position_type | scposn |
Position when the text message was created by the client. More... | |
char | text_message [200] |
Message text (variable length, null-terminated string) More... | |
uint32 | unique_id |
Unique ID generated by client. More... | |
Payload of FMI_ID_A607_CLIENT_OPEN_TXT_MSG packet.
uint8 client_to_server_D607_open_text_msg_data_type::id[16] |
ID of message being responded to.
Definition at line 1183 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint8 client_to_server_D607_open_text_msg_data_type::id_size |
ID size of message being responded to.
Definition at line 1181 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
time_type client_to_server_D607_open_text_msg_data_type::origination_time |
Time when the message was created by the client.
Definition at line 1178 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint8 client_to_server_D607_open_text_msg_data_type::reserved[3] |
sc_position_type client_to_server_D607_open_text_msg_data_type::scposn |
Position when the text message was created by the client.
Definition at line 1179 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
char client_to_server_D607_open_text_msg_data_type::text_message[200] |
Message text (variable length, null-terminated string)
Definition at line 1184 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint32 client_to_server_D607_open_text_msg_data_type::unique_id |
Unique ID generated by client.
Definition at line 1180 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().