代码搜索:btServer
找到约 62 项符合「btServer」的源代码
代码结果 62
www.eeworm.com/read/242582/12998074
c btserver.c
#include
#include
#include
#include
#include "btdefines.h"
#include "btutils.h"
#include "btttmp.h"
#include "bthandler.h"
#include "btserver.h"
//PLEA
www.eeworm.com/read/242582/12998076
h btserver.h
#ifndef _BTSERVER_H_
#define _BTSERVER_H_
//server version
#define BTSR_VER_MAJOR 2
#define BTSR_VER_MINOR 1
// the maximal number of connections allowed to this server
#define BTSR_BUFFER_SIZE 4096
www.eeworm.com/read/491096/6440552
java btserver.java
package com.j2medev.chapter8.bt;
import java.io.*;
import javax.bluetooth.*;
import javax.microedition.io.*;
public class BTServer implements Runnable {
public static final String uuidStr
www.eeworm.com/read/153124/12056791
java btserver.java
/*****************************************************************************
COPYRIGHT All rights reserved Sony Ericsson Mobile Communications AB 2005.
The software is the copyrighted work of
www.eeworm.com/read/219437/14881665
class btserver.class
www.eeworm.com/read/219437/14881687
class btserver.class
www.eeworm.com/read/219437/14881691
java btserver.java
/*****************************************************************************
COPYRIGHT All rights reserved Sony Ericsson Mobile Communications AB 2005.
The software is the copyrighted work of
www.eeworm.com/read/216841/14991195
bat btserver.bat
@echo off
rem Startup script for server
rem Modify as needed
SET btServer_HOME=.
SET Java_CMD=c:\program files\java\j2re1.4.2_08\bin\java.exe
rem Dont change anything below
echo Server s
www.eeworm.com/read/216841/14991201
java btserver.java
package btServer;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import javax.bluetooth.BluetoothStateException;
impor
www.eeworm.com/read/216841/14991215