Garmin Fleet Management Controller
2.19.0
|
Data type for Get Dashcam Notification Settings Packet ID (0X1609) from client to server. More...
#include <fmi.h>
Public Attributes | |
uint32 | change_id |
boolean | enable_fcw_ntfctn |
boolean | enable_incident_ntfctn |
boolean | enable_lane_departure_ntfctn |
uint8 | result_code |
Data type for Get Dashcam Notification Settings Packet ID (0X1609) from client to server.
uint32 fmi_dashcam_get_ntfctn_settings_data_type::change_id |
Definition at line 2312 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket().
boolean fmi_dashcam_get_ntfctn_settings_data_type::enable_fcw_ntfctn |
Definition at line 2313 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CDashcamNtfctnDlg::OnGetNtfctnSettingsResponse().
boolean fmi_dashcam_get_ntfctn_settings_data_type::enable_incident_ntfctn |
Definition at line 2315 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CDashcamNtfctnDlg::OnGetNtfctnSettingsResponse().
boolean fmi_dashcam_get_ntfctn_settings_data_type::enable_lane_departure_ntfctn |
Definition at line 2314 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and CDashcamNtfctnDlg::OnGetNtfctnSettingsResponse().
uint8 fmi_dashcam_get_ntfctn_settings_data_type::result_code |
Definition at line 2316 of file fmi.h.
Referenced by FmiLogParser::formatFmiPacket(), and FmiApplicationLayer::rx().