Garmin Fleet Management Controller
2.19.0
|
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... | |
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().