Garmin Fleet Management Controller  2.19.0
server_to_client_ack_text_msg_data_type Struct Reference

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...
 

Detailed Description

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.

Since
Protocol A602

Definition at line 1134 of file fmi.h.

Member Data Documentation

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]

set to 0

Definition at line 1138 of file fmi.h.

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().


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