readme.txt
来自「This a sample Bluetooth application whic」· 文本 代码 · 共 32 行
TXT
32 行
/**
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
Copyright (c) 1995-2001 Microsoft Corporation. All rights reserved.
Abstract:
Windows CE Bluetooth application sample
**/
This is a sample Bluetooth application which illustrates the use of Windows CE
Bluetooth stack WinSock getsockopt/setsockopt programming interfaces.
Note, that as a sample this application was never intended for production use.
It has not been exhaustively tested and may contain deficiencies that must
be resolved for an end user product.
This sample compiles to an application OPTTEST.EXE. It can be started as server or
client.
When started as server, it creates a socket and goes into accept loop. When
started as a client, it will take a bluetooth device address and connect to it.
When connected, users can exchange text messages or files.
User can also specify particular options on created sockets (such as have
connection be authenticated or encrypted, or negotiate MTU), before or after
connection has been established.
Use OPTTEST /? to print out supported command line options. When connected,
the program prints out supported commands.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?