Garmin Fleet Management Controller  2.19.0
canned_response_data_type Struct Reference

Data type for the Set Canned Response Packet ID. More...

#include <fmi.h>

Public Attributes

uint32 response_id
 Unique ID of this canned response. More...
 
char response_text [50]
 Response text to display on client (variable length, null terminated string) More...
 

Detailed Description

Data type for the Set Canned Response Packet ID.

Since
Protocol A604

Definition at line 1353 of file fmi.h.

Member Data Documentation

uint32 canned_response_data_type::response_id

Unique ID of this canned response.

Definition at line 1355 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendCannedResponse().

char canned_response_data_type::response_text[50]

Response text to display on client (variable length, null terminated string)

Definition at line 1356 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendCannedResponse().


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