13 #if( FMI_SUPPORT_A622 )
BOOL OnInitDialog()
Initialize the dialog.
virtual ~CDashcamNtfctnDlg()
Destructor.
void OnClose()
Handler for the Close action.
Browser-based container for listing the Dashcam library.
void PostNcDestroy()
Called by MFC after the window has been destroyed; performs final termination activities.
afx_msg LRESULT OnGetNtfctnSettingsResponse(WPARAM, LPARAM)
This function handles the dashcam set notification receipt event from device.
void OnRefreshNtfctnSettings()
Button handler for the Retrieve Settings button.
virtual void DoDataExchange(CDataExchange *pDX)
Perform dialog data exchange and validation.
void OnReevaluate()
Change handler for editable controls.
int mIncidentDetectionNtfctn
void OnBnClickedSet()
Button handler for the Set button.
#define IDD_DASHCAM_NTFCTN
Serial communication controller for Garmin and FMI packets.
afx_msg LRESULT OnDashcamSetNtfctnReceipt(WPARAM, LPARAM)
This function handles the dashcam set notification receipt event from device.
EventListener that dispatches a Windows message.
int mForwardCollisionNtfctn
FmiApplicationLayer & mCom
Reference to the FMI communication controller.
CDashcamNtfctnDlg(CWnd *pParent, FmiApplicationLayer &aCom)
Constructor.