www.pudn.com > DalsaNetlink.rar > CySerialConfigDialog.h


#if !defined(AFX_CYSERIALCONFIGDIALOG_H__B3EA1899_08C3_4E37_98BE_D46F137E8187__INCLUDED_) 
#define AFX_CYSERIALCONFIGDIALOG_H__B3EA1899_08C3_4E37_98BE_D46F137E8187__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CySerialConfigDialog.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CySerialConfigDialog dialog 
 
class CySerialConfigDialog : public CDialog 
{ 
// Construction 
public: 
	CySerialConfigDialog(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CySerialConfigDialog) 
	enum { IDD = IDD_CAMERA_FREEFORM_SERIAL_DLG }; 
	int		mBaudRate; 
	int		mBitSize; 
	int		mParity; 
	int		mStopBits; 
	int		mSystemPort; 
	//}}AFX_DATA 
 
    int GetBitSize() const; 
    int GetBaudRate() const; 
    int GetStopBits() const; 
    char GetParity() const; 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CySerialConfigDialog) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CySerialConfigDialog) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CYSERIALCONFIGDIALOG_H__B3EA1899_08C3_4E37_98BE_D46F137E8187__INCLUDED_)