Garmin Fleet Management Controller
2.19.0
|
Data type for the Set Canned Message Packet ID. More...
#include <fmi.h>
Public Attributes | |
char | message [50] |
Message text, variable length, null terminated (50 bytes max) More... | |
uint32 | message_id |
Unique identifier and sort key for this canned message. More... | |
Data type for the Set Canned Message Packet ID.
char canned_message_data_type::message[50] |
Message text, variable length, null terminated (50 bytes max)
Definition at line 1520 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendCannedMessage().
uint32 canned_message_data_type::message_id |
Unique identifier and sort key for this canned message.
Definition at line 1519 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendCannedMessage().