Garmin Fleet Management Controller  2.19.0
A602_server_to_client_open_text_msg_data_type Struct Reference

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

Detailed Description

Payload of FMI_ID_SERVER_OPEN_TXT_MSG packet.

Since
Protocol A602

Definition at line 1125 of file fmi.h.

Member Data Documentation

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


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