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