为什么蓝牙系统会给出不同的结果

时间:2021-07-25 05:37:51

标签: bluetooth

我正在尝试使用 Buetooth 将文件从 vs 2019 中的 Xamarin 应用程序传输到 vs 2010 中创建的应用程序。我使用了 debataofmath(即一个人)的系统,该系统内置于 2010 应用程序的 inhand.met.personal 中因为最新版本的 inhand.net.Bluetooth 不会在 2010 年的旧应用中运行。

旧的 inhand 软件无法在最新的 Xamarin 系统上运行,所以我使用了“inhand.net.Blutooth”。

“inhand.met.personal”版本在旧的 2010 应用程序中运行良好,但“inhand.net.Blutooth”版本 代码生成错误,见下文。

        BluetoothClient client = new BluetoothClient();
        updateUI("Attempting Connect");

client.BeginConnect(deviceInfo.DeviceAddress, mUUID,this.BluetoothClientConnectCallback, client); 给出的错误是… 方法“BeginConnect”没有重载需要 4 个参数

同一段代码在旧的“inhand.met.personal”软件中运行良好。但在版本中并非如此。 看来是inhand个人旧版本中的这段代码在后来的版本中被更改或省略了。

谁能提供可以在“inhand.net.Blutooth”软件中使用的此线的版本

0 个答案:

没有答案
相关问题