Garmin Fleet Management Controller
2.19.0
|
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... | |
Data type for the Set Canned Message Receipt Packet ID and Delete Canned Message Receipt Packet ID.
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] |
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().