Garmin Fleet Management Controller
2.19.0
|
Data type for Canned Response List Packet ID. More...
#include <fmi.h>
Public Attributes | |
uint8 | id [16] |
Message ID from the canned_response_list_data_type. More... | |
uint8 | id_size |
id_size from the canned_response_list_data_type More... | |
uint16 | reserved |
Set to 0. More... | |
uint8 | result_code |
Enum indicating result code, see canned_response_list_result for valid values. More... | |
Data type for Canned Response List Packet ID.
uint8 canned_response_list_receipt_data_type::id[16] |
Message ID from the canned_response_list_data_type.
Definition at line 1402 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint8 canned_response_list_receipt_data_type::id_size |
id_size from the canned_response_list_data_type
Definition at line 1399 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint16 canned_response_list_receipt_data_type::reserved |
uint8 canned_response_list_receipt_data_type::result_code |
Enum indicating result code, see canned_response_list_result for valid values.
Definition at line 1400 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().