Garmin Fleet Management Controller
2.19.0
|
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... | |
Data type for the Set Driver Status List Item packet.
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().