25 CTxtMsgStatusDlg::CTxtMsgStatusDlg
33 , mStatusEvent( *aStatusEvent )
34 , mTextMessageId( _T("") )
35 , mTextMessageStatus( _T("") )
52 CDataExchange * aDataExchange
55 CDialog::DoDataExchange( aDataExchange );
69 CDialog::OnInitDialog();
fmi_A604_message_status message_status
The status of the text message.
#define IDD_TXT_MSG_STATUS
text_msg_status_event_type mStatusEvent
The text message status event.
Modal pop-up dialog displaying the status of a server to client text message.
CString mTextMessageStatus
String representation of the text message status ("Unread", "Not Found", etc)
MessageId msg_id
The message ID.
BOOL OnInitDialog()
Initialize the dialog.
#define IDC_MSGSTATUS_TXT_STATUS
CString toCString(codepage_type aCodePage) const
CString representation of the message ID.
codepage_type mClientCodepage
Code page used for encoding of text fields when communicating with the client.
CString mTextMessageId
The text message ID. This will be in hexadecimal if the message ID is not displayable ASCII...
Serial communication controller for Garmin and FMI packets.
#define IDC_MSGSTATUS_TXT_ID
Structure containing details for a text message status from the client.
virtual ~CTxtMsgStatusDlg()
Destructor.
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.
FmiApplicationLayer & mCom
Reference to the communication layer.