Garmin Fleet Management Controller  2.19.0
user_interface_text_data_type Struct Reference

Data type for the User Interface Text Packet ID. More...

#include <fmi.h>

Public Attributes

char new_text [50]
 Text to display. More...
 
uint32 text_element_id
 ID of the user interface element being changed. More...
 

Detailed Description

Data type for the User Interface Text Packet ID.

Since
Protocol A604

Definition at line 1561 of file fmi.h.

Member Data Documentation

char user_interface_text_data_type::new_text[50]

Text to display.

Definition at line 1564 of file fmi.h.

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

uint32 user_interface_text_data_type::text_element_id

ID of the user interface element being changed.

Definition at line 1563 of file fmi.h.

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


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