Garmin Fleet Management Controller  2.19.0
client_to_server_open_text_msg_data_type Struct Reference

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

Detailed Description

Payload of FMI_ID_CLIENT_OPEN_TXT_MSG packet.

Since
Protocol A603

Definition at line 1158 of file fmi.h.

Member Data Documentation

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


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