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 message_status_request_data_type::id[16] |
The message ID.
Definition at line 1546 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendTextMessageStatusRequest().
uint8 message_status_request_data_type::id_size |
Number of significant bytes in the message ID.
Definition at line 1544 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendTextMessageStatusRequest().
uint8 message_status_request_data_type::reserved[3] |