Garmin Fleet Management Controller  2.19.0
CTxtMsgStatusRequestDlg.h
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * HEADER NAME:
4 * CTxtMsgStatusRequestDlg.h
5 *
6 * Copyright 2008-2009 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 #ifndef CTxtMsgStatusRequestDlg_H
11 #define CTxtMsgStatusRequestDlg_H
12 
13 #include "FmiApplicationLayer.h"
14 
15 //----------------------------------------------------------------------
19 //----------------------------------------------------------------------
20 class CTxtMsgStatusRequestDlg : public CDialog
21 {
22  DECLARE_DYNAMIC( CTxtMsgStatusRequestDlg )
23  DECLARE_MESSAGE_MAP()
24 
25 public:
27  (
28  CWnd * aParent,
29  FmiApplicationLayer & aCom
30  );
31 
32  virtual ~CTxtMsgStatusRequestDlg();
33 
34 protected:
35  virtual void DoDataExchange
36  (
37  CDataExchange * aDataExchange
38  );
39  afx_msg void OnEnChangeEditMsgId();
40  afx_msg void OnBnClickedOk();
41  BOOL OnInitDialog();
42 
45 
47  CString mMessageId;
48 };
49 
50 #endif
BOOL OnInitDialog()
Initialize the dialog.
Modal dialog allowing the user to request the status of a server to client text message.
afx_msg void OnEnChangeEditMsgId()
Edit Change handler for Message ID text box.
CTxtMsgStatusRequestDlg(CWnd *aParent, FmiApplicationLayer &aCom)
Constructor.
CString mMessageId
Message ID entered by the user.
FmiApplicationLayer & mCom
Reference to the FMI communication controller that this dialog uses.
Serial communication controller for Garmin and FMI packets.
afx_msg void OnBnClickedOk()
Click handler for the OK button.
virtual ~CTxtMsgStatusRequestDlg()
Destructor.
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.