// RemoteTest.h
//


#if !defined(AFX_REMOTETEST_H__62491E6D_7723_4BC7_97DF_43DDA536386F__INCLUDED_)
#define AFX_REMOTETEST_H__62491E6D_7723_4BC7_97DF_43DDA536386F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"

/////////////////////////////////////////////////////////////////////////////
// CRemoteTestApp:
//

class CRemoteTestApp : public CWinApp
{
public:
	CRemoteTestApp();
	int StringHexToNum( char *szHex );
	unsigned int StringHexToUnsignedInt( char *szHex );

	//{{AFX_VIRTUAL(CRemoteTestApp)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL

//  Implementation

	//{{AFX_MSG(CRemoteTestApp)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

public:
	CString		m_aiboIP;
	CString		m_appPath;

private:
	void GetVAIBOIPAddress( void );
	int CharHexToNum( char hex );

};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}

#endif // !defined(AFX_REMOTETEST_H__62491E6D_7723_4BC7_97DF_43DDA536386F__INCLUDED_)
