Garmin Fleet Management Controller  2.19.0
driver_status_list_item_data_type Struct Reference

Data type for the Set Driver Status List Item packet. More...

#include <fmi.h>

Public Attributes

char status [50]
 Text displayed for the item (variable length, null terminated, 50 bytes max) More...
 
uint32 status_id
 Unique identifier and sort key for the status item. More...
 

Detailed Description

Data type for the Set Driver Status List Item packet.

Since
Protocol A604

Definition at line 1451 of file fmi.h.

Member Data Documentation

char driver_status_list_item_data_type::status[50]

Text displayed for the item (variable length, null terminated, 50 bytes max)

Definition at line 1454 of file fmi.h.

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

uint32 driver_status_list_item_data_type::status_id

Unique identifier and sort key for the status item.

Definition at line 1453 of file fmi.h.

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


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