Garmin Fleet Management Controller  2.19.0
canned_response_list_data_type Struct Reference

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

#include <fmi.h>

Public Attributes

uint8 id [16]
 Message ID that this list is for. More...
 
uint8 id_size
 Size of the message ID. More...
 
uint16 reserved
 Set to 0. More...
 
uint8 response_count
 Number of elements in response_id array. More...
 
uint32 response_id [50]
 List of responses that are allowed. More...
 

Detailed Description

Data type for the Canned Response List Packet ID.

Since
Protocol A604

Definition at line 1378 of file fmi.h.

Member Data Documentation

uint8 canned_response_list_data_type::id[16]

Message ID that this list is for.

Definition at line 1383 of file fmi.h.

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

uint8 canned_response_list_data_type::id_size

Size of the message ID.

Definition at line 1380 of file fmi.h.

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

uint16 canned_response_list_data_type::reserved

Set to 0.

Definition at line 1382 of file fmi.h.

uint8 canned_response_list_data_type::response_count

Number of elements in response_id array.

Definition at line 1381 of file fmi.h.

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

uint32 canned_response_list_data_type::response_id[50]

List of responses that are allowed.

Definition at line 1384 of file fmi.h.

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


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