Garmin Fleet Management Controller  2.19.0
text_msg_ack_data_type Struct Reference

Payload of FMI_ID_TEXT_MSG_ACK packet. More...

#include <fmi.h>

Public Attributes

uint8 id [16]
 message ID More...
 
uint8 id_size
 Number of significant bytes of the message ID. More...
 
uint32 msg_ack_type
 The response selected by the user. More...
 
time_type origination_time
 Origination time of the response. More...
 
uint8 reserved [3]
 set to 0 More...
 

Detailed Description

Payload of FMI_ID_TEXT_MSG_ACK packet.

Since
Protocol A602

Definition at line 1145 of file fmi.h.

Member Data Documentation

uint8 text_msg_ack_data_type::id[16]

message ID

Definition at line 1150 of file fmi.h.

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

uint8 text_msg_ack_data_type::id_size

Number of significant bytes of the message ID.

Definition at line 1148 of file fmi.h.

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

uint32 text_msg_ack_data_type::msg_ack_type

The response selected by the user.

Definition at line 1151 of file fmi.h.

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

time_type text_msg_ack_data_type::origination_time

Origination time of the response.

Definition at line 1147 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket().

uint8 text_msg_ack_data_type::reserved[3]

set to 0

Definition at line 1149 of file fmi.h.


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