Garmin Fleet Management Controller  2.19.0
server_to_client_text_msg_receipt_data_type Struct Reference

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

#include <fmi.h>

Public Attributes

uint8 id [16]
 The message ID from the server to client open text message. More...
 
uint8 id_size
 Size of the message ID. More...
 
time_type origination_time
 Origination time of the message being acknowledged. More...
 
uint16 reserved
 Set to 0. More...
 
boolean result_code
 Result code. TRUE if success, FALSE otherwise. More...
 

Detailed Description

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

Since
Protocol A604

Definition at line 1342 of file fmi.h.

Member Data Documentation

uint8 server_to_client_text_msg_receipt_data_type::id[16]

The message ID from the server to client open text message.

Definition at line 1348 of file fmi.h.

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

uint8 server_to_client_text_msg_receipt_data_type::id_size

Size of the message ID.

Definition at line 1345 of file fmi.h.

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

time_type server_to_client_text_msg_receipt_data_type::origination_time

Origination time of the message being acknowledged.

Definition at line 1344 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket().

uint16 server_to_client_text_msg_receipt_data_type::reserved

Set to 0.

Definition at line 1347 of file fmi.h.

boolean server_to_client_text_msg_receipt_data_type::result_code

Result code. TRUE if success, FALSE otherwise.

Definition at line 1346 of file fmi.h.

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


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