Garmin Fleet Management Controller  2.19.0
A604_server_to_client_open_text_msg_data_type Struct Reference

Data type for the A604 Server to Client Open Text Message Packet ID. More...

#include <fmi.h>

Public Attributes

uint8 id [16]
 Message ID. More...
 
uint8 id_size
 Number of significant bytes in the message ID. More...
 
uint8 message_type
 Message type, a valid a604_message_type. More...
 
time_type origination_time
 Time the message was sent from the server. More...
 
uint16 reserved
 Set to 0. More...
 
char text_message [200]
 Message text, variable length, null-terminated string, 200 bytes max. More...
 

Detailed Description

Data type for the A604 Server to Client Open Text Message Packet ID.

Since
Protocol A604

Definition at line 1330 of file fmi.h.

Member Data Documentation

uint8 A604_server_to_client_open_text_msg_data_type::id[16]

Message ID.

Definition at line 1336 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA604TextMessage().

uint8 A604_server_to_client_open_text_msg_data_type::id_size

Number of significant bytes in the message ID.

Definition at line 1333 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA604TextMessage().

uint8 A604_server_to_client_open_text_msg_data_type::message_type

Message type, a valid a604_message_type.

Definition at line 1334 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA604TextMessage().

time_type A604_server_to_client_open_text_msg_data_type::origination_time

Time the message was sent from the server.

Definition at line 1332 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA604TextMessage().

uint16 A604_server_to_client_open_text_msg_data_type::reserved

Set to 0.

Definition at line 1335 of file fmi.h.

char A604_server_to_client_open_text_msg_data_type::text_message[200]

Message text, variable length, null-terminated string, 200 bytes max.

Definition at line 1337 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendA604TextMessage().


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