Garmin Fleet Management Controller
2.19.0
|
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... | |
Data type for the Set Canned Response Packet ID.
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().