Garmin Fleet Management Controller  2.19.0
driver_id_data_type Struct Reference

Data type for Driver ID Update Packet ID. More...

#include <fmi.h>

Public Attributes

char driver_id [50]
 New driver ID (null terminated string, 50 bytes max) More...
 
uint32 status_change_id
 Unique ID for this driver ID change. More...
 
time_type status_change_time
 Time when the driver ID changed. More...
 

Detailed Description

Data type for Driver ID Update Packet ID.

Since
Protocol A604

Definition at line 1407 of file fmi.h.

Member Data Documentation

char driver_id_data_type::driver_id[50]

New driver ID (null terminated string, 50 bytes max)

Definition at line 1411 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendDriverIdUpdate().

uint32 driver_id_data_type::status_change_id

Unique ID for this driver ID change.

Definition at line 1409 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), FmiApplicationLayer::rx(), and FmiApplicationLayer::sendDriverIdUpdate().

time_type driver_id_data_type::status_change_time

Time when the driver ID changed.

Definition at line 1410 of file fmi.h.

Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::sendDriverIdUpdate().


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