Garmin Fleet Management Controller
2.19.0
|
Payload of FMI_ID_CLIENT_OPEN_TXT_MSG packet. More...
#include <fmi.h>
Public Attributes | |
time_type | origination_time |
Time when the message was sent 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_CLIENT_OPEN_TXT_MSG packet.
time_type client_to_server_open_text_msg_data_type::origination_time |
Time when the message was sent by the client.
Definition at line 1160 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
char client_to_server_open_text_msg_data_type::text_message[200] |
Message text (variable length, null-terminated string)
Definition at line 1162 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint32 client_to_server_open_text_msg_data_type::unique_id |
Unique ID generated by client.
Definition at line 1161 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().