Garmin Fleet Management Controller
2.19.0
|
Payload of FMI_ID_SERVER_OPEN_TXT_MSG packet. More...
#include <fmi.h>
Public Attributes | |
time_type | origination_time |
Time when the client sent the message. More... | |
char | text_message [200] |
The message text (variable length, null terminated, 200 bytes max) More... | |
Payload of FMI_ID_SERVER_OPEN_TXT_MSG packet.
time_type A602_server_to_client_open_text_msg_data_type::origination_time |
Time when the client sent the message.
Definition at line 1127 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602TextMessage().
char A602_server_to_client_open_text_msg_data_type::text_message[200] |
The message text (variable length, null terminated, 200 bytes max)
Definition at line 1128 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602TextMessage().