Garmin Fleet Management Controller  2.19.0
canned_message_receipt_data_type Struct Reference

Data type for the Set Canned Message Receipt Packet ID and Delete Canned Message Receipt Packet ID. More...

#include <fmi.h>

Public Attributes

uint32 message_id
 ID of the canned message. More...
 
uint8 reserved [3]
 Set to 0. More...
 
boolean result_code
 Result (true if successful, false otherwise) More...
 

Detailed Description

Data type for the Set Canned Message Receipt Packet ID and Delete Canned Message Receipt Packet ID.

Since
Protocol A604

Definition at line 1533 of file fmi.h.

Member Data Documentation

uint32 canned_message_receipt_data_type::message_id

ID of the canned message.

Definition at line 1535 of file fmi.h.

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

uint8 canned_message_receipt_data_type::reserved[3]

Set to 0.

Definition at line 1537 of file fmi.h.

boolean canned_message_receipt_data_type::result_code

Result (true if successful, false otherwise)

Definition at line 1536 of file fmi.h.

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


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