C# windows下蓝牙程序开发问题!!!
最近在研究如何利用微软提供的API开发蓝牙程序,但是发现微软MSDN上介绍的都是C++的代码,只提供了函数的头文件.不知道如何在C#中调用,请高手指点.如:
The BluetoothEnableDiscovery function changes the discovery state of a local Bluetooth radio or radios.
Syntax
C++
BOOL BluetoothEnableDiscovery(
HANDLE hRadio,
BOOL fEnabled
);
...........
Requirements
Minimum supported client Windows Vista, Windows XP with SP2
Minimum supported server None supported
Header BluetoothAPIs.h (include Bthsdpdef.h or BluetoothAPIs.h)
Library Bthprops.lib
文中只是提供了一个LIB文件,请问该如何在C#中调用该函数??? --------------------编程问答-------------------- 顶~~~~~~~~~~~~~~~~~~~~ --------------------编程问答-------------------- up~~~ --------------------编程问答-------------------- 问题解决没?我找了一堆C#代码,都是winCE的,没有XP的,谁有解决的话,给我一份代码参考一下吧,多谢啊:chinagf@sina.com --------------------编程问答-------------------- 问题解决没?我找了一堆C#代码,都是winCE的,没有XP的,谁有解决的话,给我一份代码参考一下吧,多谢啊:chinagf@sina.com --------------------编程问答-------------------- 同求...
补充:.NET技术 , C#