⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bluetooth.java

📁 --- --- --- -基于蓝牙的J2ME游戏框架---------------很有用的
💻 JAVA
字号:
//	Bluetooth
//
//	Based on code provided by nokia with almost everything ripped out so
//	it will compile without any probs on the WTK
//


class BlueTooth
{
	public static boolean ConnectCancelled = false;
    public static boolean gameFound;

	BlueTooth()
	{
	}

	public static boolean isConnected()
	{
		return true;
	}

	public int retrieve()
	{
		int inp = 0;
		return inp;
	}

	public static void send(int c)
	{
	}

	public static void resend()
	{
	}

	public void startReceive()
	{
	}

	public void hostGame()
	{
	}

	public void joinGame()
	{
	}

	private static void initGame()
	{
	}

	public void interuptServer(boolean bHost)
	{
	}



    public synchronized void close()
    {
    }


}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -