Garmin Fleet Management Controller  2.19.0
canned_message_data_type Struct Reference

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...
 

Detailed Description

Data type for the Set Canned Message Packet ID.

Since
Protocol A604

Definition at line 1517 of file fmi.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: