Garmin Fleet Management Controller
2.19.0
|
Data type for the Message Throttling Query Response Packet ID. More...
#include <fmi.h>
Public Attributes | |
uint16 | response_count |
Number of protocols in the response_list. More... | |
message_throttling_data_type | response_list [60] |
One element for each protocol with ID and state. More... | |
Data type for the Message Throttling Query Response Packet ID.
uint16 message_throttling_list_data_type::response_count |
Number of protocols in the response_list.
Definition at line 1600 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
message_throttling_data_type message_throttling_list_data_type::response_list[60] |
One element for each protocol with ID and state.
Definition at line 1601 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().