Garmin Fleet Management Controller
2.19.0
|
Data type for the Set Driver Status List Item and Delete Driver Status List Item Receipt packets. More...
#include <fmi.h>
Public Attributes | |
uint8 | driver_idx |
Index of driver changed. More... | |
uint8 | reserved [2] |
Set to 0. More... | |
boolean | result_code |
True if the update was successful. More... | |
uint32 | status_id |
status_id from the driver_status_list_item_data_type or driver_status_list_item_delete_data_type More... | |
Data type for the Set Driver Status List Item and Delete Driver Status List Item Receipt packets.
uint8 driver_status_list_item_receipt_data_type::driver_idx |
uint8 driver_status_list_item_receipt_data_type::reserved[2] |
boolean driver_status_list_item_receipt_data_type::result_code |
True if the update was successful.
Definition at line 1463 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().
uint32 driver_status_list_item_receipt_data_type::status_id |
status_id from the driver_status_list_item_data_type or driver_status_list_item_delete_data_type
Definition at line 1462 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().