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