Garmin Fleet Management Controller
2.19.0
|
Data type for Alert Popup Request Packet ID (0x1400) from server to client. More...
#include <fmi.h>
Public Attributes | |
char | alert_text [110] |
uint16 | icon |
boolean | play_sound |
uint8 | severity |
uint8 | timeout |
uint16 | unique_id |
Data type for Alert Popup Request Packet ID (0x1400) from server to client.
char fmi_alert_popup_request::alert_text[110] |
Definition at line 2142 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), CSendAlertDlg::OnBnClickedOk(), and CSendAlertDlg::OnEnChangeAlertText().
uint16 fmi_alert_popup_request::icon |
Definition at line 2138 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CSendAlertDlg::OnBnClickedOk().
boolean fmi_alert_popup_request::play_sound |
Definition at line 2141 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CSendAlertDlg::OnBnClickedOk().
uint8 fmi_alert_popup_request::severity |
Definition at line 2140 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CSendAlertDlg::OnBnClickedOk().
uint8 fmi_alert_popup_request::timeout |
Definition at line 2139 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CSendAlertDlg::OnBnClickedOk().
uint16 fmi_alert_popup_request::unique_id |
Definition at line 2137 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CSendAlertDlg::OnBnClickedOk().