Garmin Fleet Management Controller  2.19.0
delete_message_response_data_type Struct Reference

Data type for the Delete Message Status Packet ID. More...

#include <fmi.h>

Public Attributes

uint8 id [16]
 The message ID. More...
 
uint8 id_size
 Number of significant bytes in the message ID. More...
 
uint16 reserved
 Set to 0. More...
 
boolean result_code
 TRUE if message was deleted, FALSE if message was not found. More...
 

Detailed Description

Data type for the Delete Message Status Packet ID.

Since
Protocol A607

Definition at line 1723 of file fmi.h.

Member Data Documentation

uint8 delete_message_response_data_type::id[16]

The message ID.

Definition at line 1728 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket().

uint8 delete_message_response_data_type::id_size

Number of significant bytes in the message ID.

Definition at line 1725 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket().

uint16 delete_message_response_data_type::reserved

Set to 0.

Definition at line 1727 of file fmi.h.

boolean delete_message_response_data_type::result_code

TRUE if message was deleted, FALSE if message was not found.

Definition at line 1726 of file fmi.h.

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


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