Garmin Fleet Management Controller
2.19.0
|
Data type for the Message Throttling Command Packet ID and Message Throttling Response Packet ID. More...
#include <fmi.h>
Public Attributes | |
uint16 | new_state |
New state, see message_throttling_state_type for valid values. More... | |
uint16 | packet_id |
First packet ID in the protocol to throttle. More... | |
Data type for the Message Throttling Command Packet ID and Message Throttling Response Packet ID.
uint16 message_throttling_data_type::new_state |
New state, see message_throttling_state_type for valid values.
Definition at line 1582 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendMessageThrottlingUpdate().
uint16 message_throttling_data_type::packet_id |
First packet ID in the protocol to throttle.
Definition at line 1581 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendMessageThrottlingUpdate().