Garmin Fleet Management Controller
2.19.0
|
Data type for the Driver Status Update Receipt packet. More...
#include <fmi.h>
Public Attributes | |
uint8 | driver_idx |
Index of the driver to update. More... | |
uint8 | reserved [2] |
Set to 0. More... | |
boolean | result_code |
True if the update was successful. More... | |
uint32 | status_change_id |
status_change_id from the driver_status_data_type More... | |
Data type for the Driver Status Update Receipt packet.
uint8 driver_status_receipt_data_type::driver_idx |
Index of the driver to update.
Definition at line 1501 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
boolean driver_status_receipt_data_type::result_code |
True if the update was successful.
Definition at line 1500 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint32 driver_status_receipt_data_type::status_change_id |
status_change_id from the driver_status_data_type
Definition at line 1499 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().