Garmin Fleet Management Controller
2.19.0
|
Payload of server to client messages requiring a response (A602) More...
#include <fmi.h>
Public Attributes | |
uint8 | id [16] |
message ID More... | |
uint8 | id_size |
Number of significant bytes of the message ID. More... | |
time_type | origination_time |
Origination time of the message. More... | |
uint8 | reserved [3] |
set to 0 More... | |
char | text_message [200] |
Text message (variable length, null-terminated string, 200 bytes max) More... | |
Payload of server to client messages requiring a response (A602)
Payload of FMI_ID_SERVER_OK_ACK_TXT_MSG and FMI_ID_SERVER_YES_NO_CONFIRM_MSG packets.
uint8 server_to_client_ack_text_msg_data_type::id[16] |
message ID
Definition at line 1139 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602TextMessage().
uint8 server_to_client_ack_text_msg_data_type::id_size |
Number of significant bytes of the message ID.
Definition at line 1137 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602TextMessage().
time_type server_to_client_ack_text_msg_data_type::origination_time |
Origination time of the message.
Definition at line 1136 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602TextMessage().
uint8 server_to_client_ack_text_msg_data_type::reserved[3] |
char server_to_client_ack_text_msg_data_type::text_message[200] |
Text message (variable length, null-terminated string, 200 bytes max)
Definition at line 1140 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA602TextMessage().