1. 최초 커밋

This commit is contained in:
2021-05-02 03:47:57 +09:00
commit 8061977c26
24 changed files with 2533 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
// MFC_BLUETOOTH_TESTDlg.h : <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
//
#pragma once
#include "BluetoothManger.h"
// CMFC_BLUETOOTH_TESTDlg <20><>ȭ <20><><EFBFBD><EFBFBD>
class CMFC_BLUETOOTH_TESTDlg : public CDialogEx
{
// <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
public:
CMFC_BLUETOOTH_TESTDlg(CWnd* pParent = NULL); // ǥ<><C7A5> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
// <20><>ȭ <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_MFC_BLUETOOTH_TEST_DIALOG };
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
// <20><><EFBFBD><EFBFBD><EFBFBD>Դϴ<D4B4>.
protected:
HICON m_hIcon;
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>޽<EFBFBD><DEBD><EFBFBD> <20><> <20>Լ<EFBFBD>
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedButton1();
afx_msg void OnBnClickedButton2();
CBluetoothManger bm;
CBluetoothRadioManager *m_pCBluetoothRadioManager; // TEST
CBluetoothDeviceManager *m_pCBluetoothDeviceManager; // TEST
afx_msg void OnLbnSelchangeList1();
afx_msg void OnLbnSelchangeList2();
afx_msg void OnBnClickedButton3();
};