Garmin Fleet Management Controller
2.19.0
|
Data type for the Set Canned Response Receipt Packet ID and Delete Canned Response Receipt Packet ID. More...
#include <fmi.h>
Public Attributes | |
uint8 | reserved [3] |
Set to 0. More... | |
uint32 | response_id |
The canned response ID from the set or delete. More... | |
boolean | result_code |
True if the operation was successful. More... | |
Data type for the Set Canned Response Receipt Packet ID and Delete Canned Response Receipt Packet ID.
uint8 canned_response_receipt_data_type::reserved[3] |
uint32 canned_response_receipt_data_type::response_id |
The canned response ID from the set or delete.
Definition at line 1371 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
boolean canned_response_receipt_data_type::result_code |
True if the operation was successful.
Definition at line 1372 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().