Garmin Fleet Management Controller  2.19.0
driver_status_receipt_data_type Struct Reference

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...
 

Detailed Description

Data type for the Driver Status Update Receipt packet.

Since
Protocol A604

Definition at line 1497 of file fmi.h.

Member Data Documentation

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().

uint8 driver_status_receipt_data_type::reserved[2]

Set to 0.

Definition at line 1502 of file fmi.h.

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().


The documentation for this struct was generated from the following file: