Garmin Fleet Management Controller
2.19.0
|
Data type for the Message Status Request 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... | |
uint8 | reserved [3] |
Set to 0. More... | |
Data type for the Message Status Request Packet ID.
uint8 delete_message_request_data_type::id[16] |
The message ID.
Definition at line 1718 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendMessageDeleteRequest().
uint8 delete_message_request_data_type::id_size |
Number of significant bytes in the message ID.
Definition at line 1716 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendMessageDeleteRequest().
uint8 delete_message_request_data_type::reserved[3] |